1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-14 10:27:37 +01:00
PHP-Parser/lib/PHPParser/Node
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
..
Expr Instantiate a Node_Name for 'static', too. Fix some doc comments. 2011-08-19 17:44:42 +02:00
Scalar Properly parse escape sequences: 2011-08-20 10:40:27 +02:00
Stmt Instantiate a Node_Name for 'static', too. Fix some doc comments. 2011-08-19 17:44:42 +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