PHP Parser v4.5.0 Release Notes

Release Date: 2020-06-03 // almost 4 years ago
  • โž• 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.