php-parser/test/code/parser/errorHandling
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
..
eofError.test Perform automated test update 2017-01-19 22:25:22 +01:00
lexerErrors.test Insert T_BAD_CHARACTER tokens for missing characters 2019-06-30 11:43:48 +02:00
recovery.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00