github nikic/PHP-Parser v2.0.0
PHP-Parser 2.0.0

latest releases: v4.19.1, v4.19.0, v5.0.2...
8 years ago

This release adds complete support for parsing PHP 7 code.

A description of backwards incompatible changes between version 1.x and 2.0 can be found in the upgrading guide.

A complete list of changes between 1.x and 2.0 can be found in the changelog.

There has been only one additional change since version 2.0.0-beta1:

  • String parts of encapsed strings are now represented using Scalar\EncapsStringPart nodes. Previously raw strings were used. This affects the parts child of Scalar\Encaps and Expr\ShellExec. The change has been done to allow assignment of attributes to encapsed string parts.

Don't miss a new PHP-Parser release

NewReleases is sending notifications on new releases.