1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-13 09:57:25 +01:00
PHP-Parser/test/code
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
..
parser Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
prettyPrinter Improve LNumber/DNumber pretty printing 2016-12-11 16:31:59 +01:00