github nikic/PHP-Parser v4.8.0
PHP-Parser 4.8.0

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

Added

  • [PHP 8.0] Added support for nullsafe operator, represented using the new Expr\NullsafePropertyFetch and Expr\NullsafeMethodCall nodes.
  • Added phpVersion option to the emulative lexer, which allows controlling the target version to emulate (defaults to the latest available, currently PHP 8.0). This is useful to parse code that uses reserved keywords from newer PHP versions as identifiers.

Don't miss a new PHP-Parser release

NewReleases is sending notifications on new releases.