php-parser/test/code/parser/stmt/function
Tomas Votruba 4c22c62783
[PHP 8.0] Add attributes support (#661)
Adds support for PHP 8 attributes, represented using `AttrGroup` nodes
containing `Attribute` nodes. The `attrGroup` subnode is added to all
nodes that can have attributes.

This is still missing FPPP support.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2020-09-13 21:01:17 +02:00
..
builtinTypeDeclarations.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
byRef.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
conditional.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
defaultValues.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
nullableTypes.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
parameters_trailing_comma.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
returnTypes.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
specialVars.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
typeDeclarations.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
unionTypes.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
variadic.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
variadicDefaultValue.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00