v4.15.0
版本发布时间: 2022-09-04 03:56:46
nikic/PHP-Parser最新发布版本:v5.3.0(2024-09-29 21:59:38)
Added
- PHP 8.2: Added support for
true
type. - PHP 8.2: Added support for DNF types.
Fixed
- Support
readonly
as a function name. - Added
__serialize
and__unserialize
to magic method list. - Fixed bounds check in
Name::slice()
. - Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.