1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 10:18:09 +01:00
PHP-Parser/test/code/parser/expr
Nikita Popov 7eac2cfd8b Introduce Nop statement to collect dangling comments
A Nop statement will be inserted into statement lists if there are
any trailing comments in the list (which would otherwise not be
associated with any node).

The pretty printer output currently still contains a superfluous
newline.
2016-03-09 19:48:36 +01:00
..
fetchAndCall Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
uvs Import some UVS tests 2015-06-13 15:42:09 +02:00
arrayDef.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
assign.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
cast.test
clone.test
closure.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
comparison.test Add support for spaceship operator (<=>) [PHP 7] 2015-03-12 23:13:31 +01:00
constant_expr.test Cover remaining constant scalar expressions 2014-09-28 13:05:23 +02:00
errorSuppress.test
exit.test
includeAndEval.test
issetAndEmpty.test
logic.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
math.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
new.test
newWithoutClass.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
print.test
shellExec.test Introduce Scalar\EncapsedStringPart 2015-12-03 22:55:07 +01:00
ternaryAndCoalesce.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
variable.test Implement UVS 2015-06-13 14:59:24 +02:00