php-parser/test/code/parser/stmt/class
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
..
abstract.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
anonymous.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
class_position.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
constModifierErrors.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
constModifiers.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
final.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
implicitPublic.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
interface.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
modifier.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
name.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
php4Style.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
property_promotion.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
propertyTypes.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
simple.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
staticMethod.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
staticType.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
trait.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00