php-parser/test/code/parser/stmt/function
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
..
builtinTypeDeclarations.test PHP 7.1: Add void+iterable support 2016-07-05 22:35:27 +02:00
byRef.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
conditional.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
defaultValues.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
nullableTypes.test PHP 7: Support nullable types 2016-07-06 18:36:18 +02:00
returnTypes.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
specialVars.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
typeDeclarations.test Support scalar type declarations 2015-06-13 20:16:09 +02:00
variadic.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
variadicDefaultValue.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00