1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 18:28:25 +01:00
PHP-Parser/test/code/parser/stmt/class
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
..
abstract.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
anonymous.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
conditional.test Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
constModifierErrors.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
constModifiers.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
final.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
implicitPublic.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
interface.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
modifier.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
name.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
php4Style.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
simple.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00
staticMethod.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
trait.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00