github nikic/PHP-Parser v3.1.0
PHP-Parser 3.1.0

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

This version adds support for PHP 7.2.

Added

  • [PHP 7.2] Added support for trailing comma in group use statements.
  • [PHP 7.2] Added support for object type. This means object types will now be represented as a builtin type (a simple "object" string), rather than a class Name.

Fixed

  • Floating-point numbers are now printed correctly if the LC_NUMERIC locale uses a comma as decimal separator.

Changed

  • Name::$parts is no longer deprecated.

Don't miss a new PHP-Parser release

NewReleases is sending notifications on new releases.