v4.10.5
版本发布时间: 2021-05-04 03:17:44
nikic/PHP-Parser最新发布版本:v5.3.0(2024-09-29 21:59:38)
Added
- [PHP 8.1] Added support for enums. These are represented using the
Stmt\Enum_
andStmt\EnumCase
nodes. - [PHP 8.1] Added support for never type. This type will now be returned as an
Identifier
rather thanName
. - Added
ClassConst
builder.
Changed
- Non-UTF-8 code units in strings will now be hex-encoded.
Fixed
- Fixed precedence of arrow functions.