protected function isBinary(Twig_Token $token) { return $token ->test(Twig_Token::OPERATOR_TYPE) && isset($this->binaryOperators[$token ->getValue()]); }