1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser
Nikita Popov 6bcc6c31dd Add useIdentifierNodes mode to parser
In this mode non-namespaced names that are currently represented
using strings will be represented using Identifier nodes instead.
Identifier nodes have a string $name subnode and coerce to string.

This allows preserving attributes and in particular location
information on identifiers.
2016-12-22 21:15:44 +01:00
..
errorHandling Fix attribute assignment for Error nodes 2016-11-23 22:51:32 +01:00
expr Wrap List_ in ArrayItem 2016-12-01 13:32:37 +01:00
scalar Add support for negative interpolated offsets 2016-12-11 13:44:17 +01:00
stmt Support !!positions parser test mode 2016-11-23 22:36:48 +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
identMode.test Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
semiReserved.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00