mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-03-18 13:20:32 +01:00
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.