Searched refs:importedSymbols (Results 1 – 1 of 1) sorted by relevance
54 private $importedSymbols; variable in Twig\\Parser105 $this->importedSymbols = [[]];341 $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $internalRef];350 …return $this->importedSymbols[0][$type][$alias] ?? ($this->importedSymbols[\count($this->importedS…355 return 1 === \count($this->importedSymbols);360 array_unshift($this->importedSymbols, []);365 array_shift($this->importedSymbols);