Skip to content

Commit b626797

Browse files
committed
Changelog for #3203
1 parent 013943d commit b626797

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
3333
- Added support for PHP 8.0 named function call arguments
3434
-- A new T_PARAM_NAME token is available to represent the label with the name of the function argument in it
3535
-- 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
3642
- Added support for PHP 8.0 dereferencing of text strings with interpolated variables
3743
-- Thanks to Juliette Reinders Folmer for the patch
3844
- Added support for PHP 8.0 match expressions

0 commit comments

Comments
 (0)