1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 09:17:58 +01:00
PHP-Parser/lib/PhpParser/Parser
Nikita Popov a947e731c3 Add useConsistentVariableNodes mode
The parameter case is a bit weird, because the subnode is called
"name" here, rather than "var". Nothing we can do about that in
this version though.

The two parser options might be merged. I've kept it separate,
because I think this variable representation should become the
default (or even only representation) in the future, while I'm
less sure about the Identifier thing.
2016-12-23 00:10:59 +01:00
..
Multiple.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Php5.php Add useConsistentVariableNodes mode 2016-12-23 00:10:59 +01:00
Php7.php Add useConsistentVariableNodes mode 2016-12-23 00:10:59 +01:00
Tokens.php Move token constants into separate class 2015-06-13 18:39:55 +02:00