php-parser/test/code/parser/stmt/namespace
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
..
alias.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
braced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
groupUse.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
groupUseErrors.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
invalidName.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
mix.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
name.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
nested.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
notBraced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
nsAfterHashbang.test Support hashbang before namespace declaration 2016-01-15 22:01:51 +01:00
outsideStmt.test Allow nop statements before namespace declaration 2016-04-16 21:39:49 +02:00
outsideStmtInvalid.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00