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
nikic 5a947e9843 Fix parsing of $foo =& new Bar;
By-reference assignments of new expressions are now parsed as AssignRef
(instead of just Assign).

Closes issue #31.
2012-07-23 11:36:47 +02:00
..
fetchAndCall Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
arrayDef.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
assign.test Fix parsing of $foo =& new Bar; 2012-07-23 11:36:47 +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 Insert comments when pretty printing 2012-05-11 16:18:14 +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 parsing of new expressions in parenthesis 2012-05-12 14:11:10 +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