php-parser/test/code
Nikita Popov f57d217e91 Update group use support
To conform with current PHP 7 implementation

* Allow use \Foo\{Bar};
* Disallow use Foo\{\Bar};
* Disallow missing trailing semicolon (that was a bug)
2015-08-20 16:42:49 +02:00
..
parser Update group use support 2015-08-20 16:42:49 +02:00
prettyPrinter Fix pretty printing of const derefs for 5.x 2015-07-09 12:38:30 +02:00