1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-10 23:18:29 +01:00
PHP-Parser/test/PhpParser
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
..
Builder Cleanup imports 2016-11-23 22:58:18 +01:00
ErrorHandler Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Represent empty Name::slice() using null 2016-10-22 17:02:38 +02:00
NodeVisitor Add originalName attribute in NameResolver 2016-12-22 20:25:02 +01:00
Parser Cleanup imports 2016-11-23 22:58:18 +01:00
Serializer Add string kinds and doc string labels 2016-04-07 12:09:00 +09:00
Unserializer Cleanup imports 2016-11-23 22:58:18 +01:00
AutoloaderTest.php Cleanup imports 2016-11-23 22:58:18 +01:00
BuilderFactoryTest.php Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02:00
CodeParsingTest.php Add useConsistentVariableNodes mode 2016-12-23 00:10:59 +01:00
CodeTestAbstract.php Fix new.test and code test runner 2016-04-20 15:03:18 +02:00
CommentTest.php Remove deprecated Comment methods 2016-07-09 22:00:39 +02:00
ErrorTest.php Remove Error::(get|set)RawLine() 2016-09-30 18:30:01 +02:00
LexerTest.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
NodeAbstractTest.php Add NodeAbstract::setDocComment() 2016-09-17 20:51:22 +02:00
NodeDumperTest.php Fix attribute assignment for Error nodes 2016-11-23 22:51:32 +01:00
NodeTraverserTest.php Cleanup imports 2016-11-23 22:58:18 +01:00
ParserFactoryTest.php Add dummy ParserFactory test 2015-07-12 22:53:17 +02:00
ParserTest.php Support !!positions parser test mode 2016-11-23 22:36:48 +01:00
PrettyPrinterTest.php Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00