php-parser/test/PHPParser/Tests
nikic 17a81b5c8f Properly parse escape sequences:
* Add support for oct and hex escape sequences
* Take used quote type into account when parsing encapsed strings
2011-08-20 10:40:27 +02:00
..
Node/Scalar Properly parse escape sequences: 2011-08-20 10:40:27 +02:00
LexerTest.php Rename tests from Unit_ to PHPParser_Tests_ 2011-08-10 11:13:37 +02:00
NodeDumperTest.php Add specialized constructors for Expr_Array*, make Variable an Expr 2011-08-11 08:13:01 +02:00
NodeTraverserTest.php Fix NodeTraverser by putting to-be-deleted and to-be-merged nodes into the same queue. Additionally do not further iterate queued nodes. 2011-08-19 17:19:27 +02:00