Searched refs:importedSymbols (Results 1 – 1 of 1) sorted by relevance
48 protected $importedSymbols; variable in Twig\\Parser117 $this->importedSymbols = [[]];332 $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $node];337 foreach ($this->importedSymbols as $functions) {346 return 1 === \count($this->importedSymbols);351 array_unshift($this->importedSymbols, []);356 array_shift($this->importedSymbols);