tolerant-php-parser
tolerant-php-parser copied to clipboard
Support php 8.2 readonly classes, constants in traits, `true` type
trafficstars
- 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
- Support https://wiki.php.net/rfc/constants_in_traits
- Support parsing https://wiki.php.net/rfc/true-type
@roblourens thoughts?