raw('(0 === substr_compare(') ->subcompile($this->getNode('left')) ->raw(', ') ->subcompile($this->getNode('right')) ->raw(', -strlen(') ->subcompile($this->getNode('right')) ->raw(')))') ; } public function operator(Twig_Compiler $compiler) { return $compiler->raw(''); } }