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

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

Home / v5.6.0
Name Modified Size InfoDownloads / Week
Parent folder
PHP-Parser 5.6.0 source code.tar.gz 2025-07-27 151.8 kB
PHP-Parser 5.6.0 source code.zip 2025-07-27 276.2 kB
README.md 2025-07-27 544 Bytes
Totals: 3 Items   428.5 kB 1

Added

  • [8.5] Added support for clone with arbitrary function arguments. This will be parsed as an Expr\FuncCall node, instead of the usual Expr\Clone_ node.
  • [8.5] Permit declaration of function clone for use in stubs.
  • [8.5] Added support for the pipe operator, represented by Expr\BinaryOp\Pipe.
  • [8.5] Added support for the (void) cast, represented by Expr\Cast\Void_.
  • [8.5] Added support for the final modifier on promoted properties.
  • Added CallLike::getArg() to fetch an argument by position and name.
Source: README.md, updated 2025-07-27