github nikic/PHP-Parser v4.4.0
PHP-Parser 4.4.0

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

Added

  • Added support for passing union types in builders.
  • Added end line, token position and file position information for comments.
  • Added getProperty() method to ClassLike nodes.
  • [PHP 8.0] Add support for variable syntax tweaks RFC.

Fixed

  • Fixed generation of invalid code when using the formatting preserving pretty printer, and inserting code next to certain nop statements. The formatting is still ugly though.
  • getDocComment() no longer requires that the very last comment before a node be a doc comment. There may not be non-doc comments between the doc comment and the declaration.
  • Allowed arbitrary expressions in isset() and list(), rather than just variables. In particular, this allows isset(($x)), which is legal PHP code.

Don't miss a new PHP-Parser release

NewReleases is sending notifications on new releases.