Searched refs:unaryOperators (Results 1 – 2 of 2) sorted by relevance
49 protected $unaryOperators; variable in Twig\\ExpressionParser60 $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'];
71 protected $unaryOperators; variable in Twig\\Environment1467 return $this->unaryOperators;1539 $this->unaryOperators = [];1616 $this->unaryOperators = array_merge($this->unaryOperators, $operators[0]);