PHP-Parser 4.14.0
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
).
rawValue
attribute to LNumber
, DNumber
and String_
nodes, which stores the unparsed value of the literal (e.g. "1_000"
rather than 1000
).