1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/test/code/parser/expr
nikic 9d8e13b4a9 Fix Switch subnode order
Not that it makes much of a difference, but could have caused issues with
"out of order" visiting of nodes.
2012-10-19 14:54:56 +02:00
..
fetchAndCall Add support for constant dereferencing (PHP 5.5) 2012-09-07 23:41:58 +02:00
arrayDef.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
assign.test Adjust list and yield parsing, update prettyprinter 2012-09-07 23:41:59 +02:00
cast.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
clone.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
closure.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
comparison.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
errorSuppress.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
exit.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
includeAndEval.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
issetAndEmpty.test Add support for expressions in empty (PHP 5.5) 2012-09-07 23:42:01 +02:00
logic.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
math.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
new.test Fix Switch subnode order 2012-10-19 14:54:56 +02:00
print.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
shellExec.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
ternary.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
variable.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00