Skip to content

PHP-Parser 4.5.0

Compare
Choose a tag to compare
@nikic nikic released this 03 Jun 07:26
· 496 commits to master since this release

Added

  • [PHP 8.0] Added support for the mixed type. This means mixed types are now parsed as an Identifier rather than a Name.
  • [PHP 8.0] Added support for catching without capturing the exception. This means that Catch_::$var may now be null.