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 83766c8c0e Partial support for flexible heredoc/nowdoc
This only implements the token emulation part, it does not yet
handle the indentation stripping.

Emulating this feature on old PHP versions is really tough and is
not going to work perfectly, but hopefully this implementation is
"good enough".
2018-09-21 11:16:00 +02:00
..
formatPreservation Check for empty $append in safeAppend() 2018-07-07 12:34:07 +02:00
parser Partial support for flexible heredoc/nowdoc 2018-09-21 11:16:00 +02:00
prettyPrinter Merge branch '3.x' 2018-01-30 23:07:11 +01:00