Searched refs:loopsTargets (Results 1 – 1 of 1) sorted by relevance
49 private $loopsTargets = []; variable in Twig\\NodeVisitor\\OptimizerNodeVisitor130 … array_unshift($this->loopsTargets, $node->getNode('value_target')->getAttribute('name'));131 array_unshift($this->loopsTargets, $node->getNode('key_target')->getAttribute('name'));146 … instanceof ContextVariable && \in_array($node->getAttribute('name'), $this->loopsTargets, true)) {192 array_shift($this->loopsTargets);193 array_shift($this->loopsTargets);