Home
last modified time | relevance | path

Searched refs:getBinaryOperators (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php975 public function getBinaryOperators() function in Twig\\Environment
977 return $this->extensionSet->getBinaryOperators();
H A DExtensionSet.php403 public function getBinaryOperators(): array function in Twig\\ExtensionSet
H A DLexer.php460 array_keys($this->env->getBinaryOperators())
H A DExpressionParser.php61 $this->binaryOperators = $env->getBinaryOperators();