@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprArrayDimFetch
Interface: PhpExprArrayDimFetch
Represents a PHP array dimension fetch expression (e.g., $array[key]).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
dim
ts
readonly dim: PhpExpr | null;nodeType
ts
readonly nodeType: "Expr_ArrayDimFetch";Overrides
var
ts
readonly var: PhpExpr;