1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-10 15:08:36 +01:00
PHP-Parser/test/code/parser/stmt/class
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
..
abstract.test
anonymous.test
conditional.test
constModifierErrors.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
constModifiers.test
final.test
implicitPublic.test
interface.test
modifier.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
name.test Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
php4Style.test
simple.test
staticMethod.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
trait.test