File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
33
33
- Added support for PHP 8.0 named function call arguments
34
34
-- A new T_PARAM_NAME token is available to represent the label with the name of the function argument in it
35
35
-- Thanks to Juliette Reinders Folmer for the patch
36
+ - Added support for PHP 8.0 attributes
37
+ -- The PHP-supplied T_ATTRIBUTE token marks the start of an attribute
38
+ -- A new T_ATTRIBUTE_END token is available to mark the end of an attribute
39
+ -- New attribute_owner and attribute_closer indexes are available in the tokens array for all tokens inside an attribute
40
+ -- Tokenizing of attributes has been backfilled for older PHP versions
41
+ -- Thanks to Alessandro Chitolina for the patch
36
42
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
37
43
-- Thanks to Juliette Reinders Folmer for the patch
38
44
- Added support for PHP 8.0 match expressions
You can’t perform that action at this time.
0 commit comments