php-parser/test/code/parser
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
..
expr Fix parsing of $foo =& new Bar; 2012-07-23 11:36:47 +02:00
scalar Fix test failures due to precision differences 2012-06-08 18:19:37 +02:00
stmt Insert comments when pretty printing 2012-05-11 16:18:14 +02:00