1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 09:29:47 +01:00
PHP-Parser/test/code
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
..
parser Fix parsing of $foo =& new Bar; 2012-07-23 11:36:47 +02:00
prettyPrinter Insert comments when pretty printing 2012-05-11 16:18:14 +02:00