php-parser/lib/PhpParser/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
..
Multiple.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Php5.php Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
Php7.php Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
Tokens.php Move token constants into separate class 2015-06-13 18:39:55 +02:00