github nikic/PHP-Parser v4.10.5
PHP-Parser 4.10.5

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

Added

  • [PHP 8.1] Added support for enums. These are represented using the Stmt\Enum_ and Stmt\EnumCase nodes.
  • [PHP 8.1] Added support for never type. This type will now be returned as an Identifier rather than Name.
  • Added ClassConst builder.

Changed

  • Non-UTF-8 code units in strings will now be hex-encoded.

Fixed

  • Fixed precedence of arrow functions.

Don't miss a new PHP-Parser release

NewReleases is sending notifications on new releases.