tolerant-php-parser icon indicating copy to clipboard operation
tolerant-php-parser copied to clipboard

Support php 8.2 readonly classes, constants in traits, `true` type

Open TysonAndre opened this issue 3 years ago • 1 comments
trafficstars

  1. Support https://wiki.php.net/rfc/readonly_classes - the class modifiers become repeatable, it becomes a compile error rather than a parse error to repeat modifiers or to combine abstract&final
  2. Support https://wiki.php.net/rfc/constants_in_traits
  3. Support parsing https://wiki.php.net/rfc/true-type

TysonAndre avatar Aug 09 '22 00:08 TysonAndre

@roblourens thoughts?

TysonAndre avatar Aug 10 '22 22:08 TysonAndre