php-parser/lib
Nikita Popov 977cbab8e7 Decrement errorState when recovering from -> error
It's likely that an error after -> will trigger another one due to
missing semicolon without shifting a single token. We prevent an
immediate failure in this case by manually setting errorState to 2,
which will suppress the duplicate error message, but allow error
recovery.
2016-07-25 17:37:54 +02:00
..
PhpParser Decrement errorState when recovering from -> error 2016-07-25 17:37:54 +02:00
bootstrap.php Ensure compatibility with multiple autoloaders 2015-03-13 23:54:32 +01:00