@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / buildContinue
Function: buildContinue()
ts
function buildContinue(num, attributes?): PhpStmtContinue;Builds a PHP continue statement node.
Parameters
num
The optional number of loops to continue (e.g., continue 2).
PhpExpr | null
attributes?
Readonly<Record<string, unknown>>
Optional attributes for the node.
Returns
A PhpStmtContinue node.
