Lines Matching refs:children
402 foreach ($root->children as $childName => $child) {
403 if (isset($parentBlock->children[$childName])) {
404 $parentBlock->children[$childName] = array_merge(
405 $parentBlock->children[$childName],
409 $parentBlock->children[$childName] = $child;
500 $this->scope->children[] = $out;
518 $parentScope->children[] = $this->scope;
527 array_unshift($this->scope->children, $orphan);
555 $this->scope->parent->children[] = $this->scope;
926 if (isset($searchIn->children[$name])) {
927 $blocks = $searchIn->children[$name];
1622 $b->children = [];