1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/PhpParser/Node
Nikita Popov fc36239be5 Remove internal LNumber::parse() method
Combine it into ::fromString(), as they both do the same checks.
2016-03-10 13:01:42 +01:00
..
Expr Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
Name Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Scalar Remove internal LNumber::parse() method 2016-03-10 13:01:42 +01:00
Stmt Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
Arg.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Const_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Expr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
FunctionLike.php Fix returnType typehints 2015-07-02 18:06:41 +02:00
Name.php Switch NameResolver resolve methods to be immutable 2015-07-12 23:56:57 +02:00
Param.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Scalar.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Stmt.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00