php-parser/test/PHPParser/Tests
nikic 337da5648c Fix XML unserializer
The subNodes array was not initialized, so for empty nodes it would just
be null. Due to the addition of attributes for nodes those have to be
initialized too.
2012-04-04 14:06:08 +02:00
..
Lexer Add some tests for the emulative lexer 2012-02-21 18:45:07 +01:00
Node [5.4] Add new \e escape sequence (0x1B/27) 2011-12-04 17:35:30 +01:00
NodeVisitor Fix NameResolver tests on PHP 5.2 2012-03-17 13:52:17 +01:00
Serializer Add initial version of an emulative lexer 2011-12-18 17:03:11 +01:00
Unserializer Fix XML unserializer 2012-04-04 14:06:08 +02:00
codeTest.php Replace /e modifier with callback + eval() 2012-03-02 00:28:46 +01:00
ErrorTest.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
LexerTest.php Recognize halt_compiler() ?> (without ;) 2011-10-18 18:03:28 +02:00
NodeAbstractTest.php Cover NodeTraverser and bugs it found 2011-12-02 17:52:03 +01:00
NodeDumperTest.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
NodeTraverserTest.php Cover NodeTraverser and bugs it found 2011-12-02 17:52:03 +01:00