1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/test
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
..
code Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
PhpParser Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
bootstrap.php Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00