php-parser/test/code/parser/stmt/namespace
Nikita Popov 3b7d8e8b5d Enable basic error recovery
Adding only a single recovery rule for now.

The API is now:
 * throwOnError parser option must be disabled.
 * List of Errors is available through $parser->getErrors(). This
   method is available either way.
 * If no recovery is possible $parser->parse() will return null.
   (Obviously only if throwOnError is disabled).
2015-04-30 17:41:57 +02:00
..
alias.test Add support for function and constant import (PHP 5.6) 2014-03-26 22:33:45 +01:00
braced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
mix.test-fail Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
name.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
name.test-fail Enable basic error recovery 2015-04-30 17:41:57 +02:00
nested.test-fail Make column info 1-based 2015-04-18 21:20:45 +02:00
notBraced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
outsideStmt.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
outsideStmt.test-fail Rewrite namespace handling code 2014-04-21 15:16:00 +02:00