1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 10:18:09 +01:00
PHP-Parser/test/code/parser/stmt/class
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
..
abstract.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
anonymous.test Add support for anonymous classes 2015-04-26 23:04:31 +02:00
conditional.test Guarantee that subnodes are always in the right order 2014-03-22 14:49:56 +01:00
final.test Guarantee that subnodes are always in the right order 2014-03-22 14:49:56 +01:00
implicitPublic.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
interface.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
modifier.test-fail Enable basic error recovery 2015-04-30 17:41:57 +02:00
name.test-fail Enable basic error recovery 2015-04-30 17:41:57 +02:00
php4Style.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
simple.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
staticMethod.test-fail Synchronized error messages with native php error messages 2014-02-12 20:19:48 +01:00
trait.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00