1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 09:29:47 +01:00
PHP-Parser/test
Nikita Popov df98b0417b Handle "extends static" etc more gracefully
Use class_name production and emit the same error as for
"extends self" and "extends parent". It's weird that "extends
static" gives a different result than those two.
2017-02-09 18:43:09 +01:00
..
code Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
PhpParser Pretty print: Handle Error in ClassConstFetch 2017-02-03 21:53:02 +01:00
bootstrap.php Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00