php-parser/lib/PHPParser/Node
nikic 25f37ccc28 [API] Rename LambdaFunc to Closure
The term "closure" is more commonly used in PHP, even if the function doesn't use() any variables.
2011-10-26 18:34:12 +02:00
..
Expr [API] Rename LambdaFunc to Closure 2011-10-26 18:34:12 +02:00
Name Merge Node_Name and Node_Name_Normal 2011-09-24 23:31:18 +02:00
Scalar Fix some readme + doccomment typos 2011-09-28 16:26:51 +02:00
Stmt Add some more constructors 2011-10-21 16:51:37 +02:00
Arg.php Move Node_Expr_FuncCallArg to Node_Arg (just like Node_Param) 2011-09-22 20:34:35 +02:00
Const.php Add shared Node_Const 2011-09-23 21:00:59 +02:00
Expr.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Name.php Add test coverage for Node_Name 2011-09-28 18:11:28 +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