1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 01:38:03 +01:00
PHP-Parser/test/code/parser/scalar
Nikita Popov caa5c0cc76 Graceful handling for "special" errors
Nearly all special errors are now handled gracefully, i.e. the
parser will be able to continue after encountering them. In some
cases the associated error range has been improved using the new
end attribute stack.

To achieve this the error handling code has been moved out of the
node constructors and into special methods in the parser.
2016-10-09 12:38:18 +02:00
..
constantString.test Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00
docString.test Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00
docStringNewlines.test Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00
encapsedString.test Another fix for B"" handling 2016-04-04 22:07:50 +09:00
float.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
int.test Forbid invalid octals in PHP 7 mode 2016-04-18 13:59:18 +02:00
invalidOctal.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
magicConst.test Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
unicodeEscape.test Add support for unicode escape sequences 2015-06-13 20:51:02 +02:00