PHP Parser v4.15.0 Release Notes

Release Date: 2022-09-03 // over 2 years ago
  • โž• Added

    • ๐Ÿ‘ PHP 8.2: Added support for true type.
    • ๐Ÿ‘ PHP 8.2: Added support for DNF types.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support readonly as a function name.
    • Added __serialize and __unserialize to magic method list.
    • ๐Ÿ›  Fixed bounds check in Name::slice().
    • ๐Ÿ›  Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.