v4.14.0
版本发布时间: 2022-06-01 05:02:14
nikic/PHP-Parser最新发布版本:v5.3.0(2024-09-29 21:59:38)
Added
- Added support for readonly classes.
- Added
rawValue
attribute toLNumber
,DNumber
andString_
nodes, which stores the unparsed value of the literal (e.g."1_000"
rather than1000
).