1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 02:07:59 +01:00
PHP-Parser/lib/Node/Stmt
nikic eeb63065be a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z]
Sorry for that one large commit. Won't happen again.
2011-05-27 18:42:36 +02:00
..
Break.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Case.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Catch.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Class.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
ClassConst.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
ClassConstConst.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
ClassMethod.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Const.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
ConstConst.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Continue.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Declare.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
DeclareDeclare.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Do.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Echo.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Else.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
ElseIf.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
For.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Foreach.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Func.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
FuncParam.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Global.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Goto.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
If.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
InlineHTML.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Interface.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Label.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Namespace.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Noop.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Property.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
PropertyProperty.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Return.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Static.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
StaticVar.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Switch.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Throw.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
TryCatch.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Unset.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
Use.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
UseUse.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00
While.php a) changes node structure (Stmt_, Expr_, ...) b) fixes parsing of x::$y[z] 2011-05-27 18:42:36 +02:00