php-parser/lib/PHPParser/Node
nikic af5d288fb3 Add support for expressions in empty (PHP 5.5)
Apart from the grammar modifications this also renames the Empty subnode
from var to expr. This breaks BC.
2012-09-07 23:42:01 +02:00
..
Expr Add support for expressions in empty (PHP 5.5) 2012-09-07 23:42:01 +02:00
Name Merge Node_Name and Node_Name_Normal 2011-09-24 23:31:18 +02:00
Scalar Fix some doc comments 2012-09-07 23:41:54 +02:00
Stmt Add support for finally clauses (PHP 5.5) 2012-09-07 23:41:56 +02:00
Arg.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Const.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Expr.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Name.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Param.php Store line and doc comment as attributes 2012-05-04 10:16:59 +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