1
0
mirror of https://github.com/nikic/PHP-Parser.git synced 2025-05-13 16:55:17 +02:00
Nikita Popov 8863f92b58 Support readonly before DNF type
This makes us match the PHP 8.2 handling of readonly. Handling of
"readonly" functions is moved to the parser to allow distinguishing
them from readonly properties with DNF types. We have to uglify the
grammar to avoid some shift/reduce conflicts. Thank you WordPress.

(cherry-picked from 0dd85ebd34d7463d53ec92035105b04799a687e1)
2023-01-16 22:19:17 +01:00
..
2023-01-16 22:19:17 +01:00
2018-01-13 16:08:26 +01:00
2018-07-22 21:18:34 +02:00