Lines Matching refs:children
110 $children = $element->getChildren();
122 $name = array_shift($children)->accept($this, $_, $eldnah);
126 foreach ($children as $child) {
139 $children[0]->accept($this, $a, $eldnah);
148 $children[0]->accept($this, $a, $eldnah);
154 $children[1]->accept($this, $acc, $eldnah);
159 $children[0]->accept($this, $a, $eldnah);
165 $children[1]->accept($this, $acc, $eldnah);
170 $children[0]->accept($this, $a, $eldnah);
176 $children[1]->accept($this, $acc, $eldnah);
181 $children[0]->accept($this, $a, $eldnah);
222 $children[1]->accept($this, $acc, $eldnah);
228 $children[0]->accept($this, $a, $eldnah);
237 $out = $this->getVariable($children[0]->getValueValue());