1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser
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
..
expr Cover remaining constant scalar expressions 2014-09-28 13:05:23 +02:00
scalar Make tests compatible with PHP 7 2015-02-26 16:26:29 +01:00
stmt Error on final or abstract properties 2014-11-13 20:25:52 +01:00