@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtForeach
Interface: PhpStmtForeach
Represents a PHP foreach loop statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
byRef
ts
readonly byRef: boolean;expr
ts
readonly expr: PhpExpr;keyVar
ts
readonly keyVar: PhpExpr | null;nodeType
ts
readonly nodeType: "Stmt_Foreach";Overrides
stmts
ts
readonly stmts: PhpStmt[];valueVar
ts
readonly valueVar: PhpExpr;