Classes | |
---|---|
Array_ | |
ArrayDimFetch | |
ArrayItem | |
ArrowFunction | |
Assign | |
AssignOp | |
AssignRef | |
BinaryOp | |
BitwiseNot | |
BooleanNot | |
CallLike | |
Cast | |
ClassConstFetch | |
Clone_ | |
Closure | |
ClosureUse | |
ConstFetch | |
Empty_ | |
Error | Error node used during parsing with error recovery. An error node may be placed at a position where an expression is required, but an error occurred. Error nodes will not be present if the parser is run in throwOnError mode (the default). |
ErrorSuppress | |
Eval_ | |
Exit_ | |
FuncCall | |
Include_ | |
Instanceof_ | |
Isset_ | |
List_ | |
Match_ | |
MethodCall | |
New_ | |
NullsafeMethodCall | |
NullsafePropertyFetch | |
PostDec | |
PostInc | |
PreDec | |
PreInc | |
Print_ | |
PropertyFetch | |
ShellExec | |
StaticCall | |
StaticPropertyFetch | |
Ternary | |
Throw_ | |
UnaryMinus | |
UnaryPlus | |
Variable | |
Yield_ | |
YieldFrom | |
Namespaces | |
PhpParser\Node\Expr\AssignOp | |
PhpParser\Node\Expr\BinaryOp | |
PhpParser\Node\Expr\Cast | |