php-parser/test/code
Nikita Popov 91295a0790 Make tests compatible with PHP 7
When parsing on PHP 7 we will no longer be able to deal with
code that contains invalid octal literals. Currently we'll fatal,
after engine exceptions land we'll throw an exception instead.
2015-02-26 16:26:29 +01:00
..
parser Make tests compatible with PHP 7 2015-02-26 16:26:29 +01:00
prettyPrinter Add some tests for pretty printing expressions 2015-01-18 19:57:09 +01:00