1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PHPParser/Node
nikic 9e43acee2c Scalar_String::create() -> Scalar_String::parse()
Directly creating the node isn't necessary anymore, the token only needs
to be parsed. This makes it consistent with the other scalar parsing
methods and removes the need to pass $arguments around.
2012-10-19 15:17:08 +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 Scalar_String::create() -> Scalar_String::parse() 2012-10-19 15:17:08 +02:00
Stmt Fix Switch subnode order 2012-10-19 14:54: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