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 719ca71d4a Distinguish declare(); and declare(){}
It makes semantic difference and the latter form is actually
forbidden for strict_types.

This sets Declare->stmts to null for the body-less case.
2015-12-07 12:12:00 +01:00
..
Expr Merge branch '1.x' 2015-07-02 18:09:38 +02:00
Name Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Scalar Introduce Scalar\EncapsedStringPart 2015-12-03 22:55:07 +01:00
Stmt Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +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