Searched refs:globals (Results 1 – 3 of 3) sorted by relevance
40 private $globals; variable in Twig\\ExtensionSet319 if (null !== $this->globals) {320 return $this->globals;323 $globals = [];334 $globals = array_merge($globals, $extGlobals);338 $this->globals = $globals;341 return $globals;
57 private $globals = []; variable in Twig\\Environment912 $this->globals[$name] = $value;927 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);933 return array_merge($this->extensionSet->getGlobals(), $this->globals);
190 …* fixed the "with" behavior to always include the globals (for consistency with the "include" and …