1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/test/code/parser/expr
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
..
fetchAndCall Add constant dereferencing, a list-minute 5.6 change 2014-08-31 16:14:36 +02:00
arrayDef.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
assign.test Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
cast.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
clone.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
closure.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
comparison.test Add support for spaceship operator (<=>) [PHP 7] 2015-03-12 23:13:31 +01:00
constant_expr.test Cover remaining constant scalar expressions 2014-09-28 13:05:23 +02:00
errorSuppress.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
exit.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
includeAndEval.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
issetAndEmpty.test Add support for expressions in empty (PHP 5.5) 2012-09-07 23:42:01 +02:00
logic.test Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
math.test Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
new.test Add support for argument unpacking (PHP 5.6) 2014-03-26 18:42:46 +01:00
newWithoutClass.test-fail Enable basic error recovery 2015-04-30 17:41:57 +02:00
print.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
shellExec.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
ternaryAndCoalesce.test Add support for null coalesce operator (??) [PHP 7] 2015-03-12 22:45:56 +01:00
variable.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00