@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprArrayItem
Interface: PhpExprArrayItem
Represents an item within a PHP array expression.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
byRef
ts
readonly byRef: boolean;key
ts
readonly key: PhpExpr | null;nodeType
ts
readonly nodeType: "ArrayItem";Overrides
unpack
ts
readonly unpack: boolean;value
ts
readonly value: PhpExpr;