Skip to content

PHP-Parser 4.14.0

Compare
Choose a tag to compare
@nikic nikic released this 31 May 21:02
· 303 commits to master since this release

Added

  • Added support for readonly classes.
  • Added rawValue attribute to LNumber, DNumber and String_ nodes, which stores the unparsed value of the literal (e.g. "1_000" rather than 1000).