Home
last modified time | relevance | path

Searched refs:popLocalScope (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
DBlockTokenParser.php63 $this->parser->popLocalScope();
DMacroTokenParser.php54 $this->parser->popLocalScope();
/template/twigstarter/vendor/twig/twig/src/
DParser.php363 public function popLocalScope(): void function in Twig\\Parser