1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/code
Nikita Popov 1fe8f09caa Fix __halt_compiler() pretty printing edge case
We can't strip the <?php at the end of a __halt_compiler() segment
in file mode.

Fixed by being a bit more explicit in prettyPrintFile() about what
we want to do...
2016-02-20 18:24:32 +01:00
..
parser Update semi-reserved keyword list 2016-02-09 13:30:39 +01:00
prettyPrinter Fix __halt_compiler() pretty printing edge case 2016-02-20 18:24:32 +01:00