php-parser/lib/PhpParser/Parser
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
..
Multiple.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Php5.php Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
Php7.php Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
Tokens.php Move token constants into separate class 2015-06-13 18:39:55 +02:00