Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php72 …while ($this->isBinary($token) && $this->binaryOperators[$token->getValue()]['precedence'] >= $pre…
204 private function isBinary(Token $token): bool function in Twig\\ExpressionParser