1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 12:24:39 +01:00
PHP-Parser/test/code/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
..
errorHandling Support recovery from invalid trailing commas 2017-02-09 00:35:12 +01:00
expr Support recovery from invalid trailing commas 2017-02-09 00:35:12 +01:00
scalar Add support for negative interpolated offsets 2016-12-11 13:44:17 +01:00
stmt Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
blockComments.test Retain comments on blocks on first inner statement 2016-08-30 22:37:51 +02:00
comments.test Fix nop statement comment assignment 2016-04-05 19:19:15 +09:00
semiReserved.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00