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/stmt/function
Nikita Popov 664c10121e Add support for union types
We definitely need to introduce a general "Type" abstraction in
the next major version.
2019-11-08 14:45:32 +01:00
..
builtinTypeDeclarations.test Merge branch '3.x' 2017-06-28 23:13:33 +02:00
byRef.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
conditional.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
defaultValues.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
nullableTypes.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
returnTypes.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
specialVars.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
typeDeclarations.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
unionTypes.test Add support for union types 2019-11-08 14:45:32 +01:00
variadic.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
variadicDefaultValue.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00