1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/test/code/parser
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
..
errorHandling Adjust test output 2018-07-07 12:25:01 +02:00
expr Add support for list reference assignments 2018-03-10 16:48:20 +01:00
scalar Partial support for flexible heredoc/nowdoc 2018-09-21 11:16:00 +02:00
stmt Merge branch '3.x' 2018-01-30 23:07:11 +01:00
blockComments.test Merge branch '3.x' 2017-10-01 16:55:54 +02:00
commentAtEndOfClass.test Store comment at end of class in Nop statement 2018-07-07 12:49:49 +02:00
comments.test Perform automated test update 2017-01-19 22:25:22 +01:00
exprStmtMode.test Add expression statement mode 2016-12-24 23:54:24 +01:00
semiReserved.test Store comment at end of class in Nop statement 2018-07-07 12:49:49 +02:00