v4.12.0
版本发布时间: 2021-07-21 18:49:09
nikic/PHP-Parser最新发布版本:v5.3.0(2024-09-29 21:59:38)
Added
- [PHP 8.1] Added support for readonly properties (through a new
MODIFIER_READONLY
). - [PHP 8.1] Added support for final class constants.
Fixed
- Fixed compatibility with PHP 8.1.
&
tokens are now canonicalized to theT_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
andT_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG
tokens used in PHP 8.1. This happens unconditionally, regardless of whether the emulative lexer is used.