@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprArray
Interface: PhpExprArray
Represents a PHP array expression (e.g., [1, 2, 3] or array(1, 2, 3)).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
items
ts
readonly items: PhpExprArrayItem[];nodeType
ts
readonly nodeType: "Expr_Array";