Home
last modified time | relevance | path

Searched refs:importedSymbols (Results 1 – 1 of 1) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php48 protected $importedSymbols; variable in Twig\\Parser
117 $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);