Download Latest Version PHP-Parser 5.7.0 source code.tar.gz (152.6 kB)
Email in envelope

Get an email when there's a new version of PHP Parser

Home / v5.7.0
Name Modified Size InfoDownloads / Week
Parent folder
PHP-Parser 5.7.0 source code.tar.gz 2025-12-06 152.6 kB
PHP-Parser 5.7.0 source code.zip 2025-12-06 277.4 kB
README.md 2025-12-06 592 Bytes
Totals: 3 Items   430.6 kB 1

Fixed

  • Fixed changing modifier on anonymous class with formatting preserving pretty printer.
  • Emit an error for unparenthesized arrow functions in pipe operator, and print necessary parentheses in the pretty printer.
  • Fix PHP 8.5 deprecation warning in php-parse binary.

Changed

  • When targeting PHP 8.4 or newer, omit parentheses around immediately dereferenced new expressions.

Added

  • Added shouldPrintRawValue attribute to Scalar\Int_, which makes the pretty printer use the rawValue of the node. This can be used to print integers with separators.
Source: README.md, updated 2025-12-06