1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/test
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
..
code Fix parsing of $foo =& new Bar; 2012-07-23 11:36:47 +02:00
PHPParser/Tests Add Class->getMethods() function 2012-07-07 16:24:07 +02:00