jaytaph / Transphpile

PHP 7 to PHP 5.6 Transpiler
BSD 3-Clause "New" or "Revised" License
177 stars 9 forks source link

Warn when transpiling to php55 is not possible #1

Open jaytaph opened 8 years ago

jaytaph commented 8 years ago

Some things, like variadic functions and use function and use const aren't available in php5.5 and not everything is able to be transpiled back to 5.5 compatible code, while we would still be able to transpile it to php 5.6 compatible code. Maybe add a warning to the output when pure 5.5 code is not possible?