1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 10:18:09 +01:00
PHP-Parser/lib/PHPParser/Node
2011-09-22 20:27:12 +02:00
..
Expr Swap argument order for ArrayItem 2011-09-02 19:49:46 +02:00
Scalar Properly parse escape sequences: 2011-08-20 10:40:27 +02:00
Stmt Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Expr.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Name.php Allow to pass a string to the constructor of Node_Name 2011-08-09 15:23:18 +02:00
Param.php Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods) 2011-08-14 18:51:42 +02:00
Scalar.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Stmt.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00