Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php49 protected $unaryOperators; variable in Twig\\ExpressionParser
60 $this->unaryOperators = $env->getUnaryOperators();
66 $this->unaryOperators = func_get_arg(1);
106 $operator = $this->unaryOperators[$token->getValue()];
146 … return $token->test(Token::OPERATOR_TYPE) && isset($this->unaryOperators[$token->getValue()]);
203 } elseif (isset($this->unaryOperators[$token->getValue()])) {
204 $class = $this->unaryOperators[$token->getValue()]['class'];
H A DEnvironment.php71 protected $unaryOperators; variable in Twig\\Environment
1467 return $this->unaryOperators;
1539 $this->unaryOperators = [];
1616 $this->unaryOperators = array_merge($this->unaryOperators, $operators[0]);