1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/test/code/parser/stmt/function
Nikita Popov 5044fce1ff PHP 7.1: Add void+iterable support
In PHP 7 mode, these will now be represented as strings 'void'
and 'iterable'.
2016-07-05 22:35:27 +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
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 Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00