php-parser/test/code/parser
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
..
errorHandling [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
expr [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
scalar [PHP 7.4] Add support for numeric literal separators (#615) 2019-06-30 12:13:28 +02:00
stmt [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
blockComments.test Merge branch '3.x' 2017-10-01 16:55:54 +02:00
commentAtEndOfClass.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
comments.test Perform automated test update 2017-01-19 22:25:22 +01:00
nopPositions.test Place Nop nodes more precisely 2020-02-09 17:10:33 +01:00
semiReserved.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00