Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php345 $this->assertArrayHasKey('foo_binary', $twig->getBinaryOperators());
390 $this->assertArrayNotHasKey('foo_binary', $twig->getBinaryOperators());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php390 array_keys($this->env->getBinaryOperators())
H A DExpressionParser.php61 $this->binaryOperators = $env->getBinaryOperators();
H A DEnvironment.php1477 public function getBinaryOperators() function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG240 getTokenParsers(), getTags(), getNodeVisitors(), getUnaryOperators(), getBinaryOperators(),