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

Struct ArrayItem

node/expr/n_array_item.go:11–17  ·  view source on GitHub ↗

ArrayItem node

Source from the content-addressed store, hash-verified

9
10// ArrayItem node
11type ArrayItem struct {
12 FreeFloating freefloating.Collection
13 Position *position.Position
14 Key node.Node
15 Val node.Node
16 Unpack bool
17}
18
19// NewArrayItem node constructor
20func NewArrayItem(Key node.Node, Val node.Node, Unpack bool) *ArrayItem {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected