@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtDeclare
Interface: PhpStmtDeclare
Represents a PHP declare statement.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
declares
ts
readonly declares: PhpDeclareItem[];nodeType
ts
readonly nodeType: "Stmt_Declare";Overrides
stmts
ts
readonly stmts: PhpStmt[] | null;