MCPcopy Create free account
hub / github.com/z7zmey/php-parser / Array

Struct Array

node/expr/n_array.go:11–15  ·  view source on GitHub ↗

Array node

Source from the content-addressed store, hash-verified

9
10// Array node
11type Array struct {
12 FreeFloating freefloating.Collection
13 Position *position.Position
14 Items []node.Node
15}
16
17// NewArray node constructor
18func NewArray(Items []node.Node) *Array {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected