Compiles the node to PHP.
Twig_Compiler A Twig_Compiler instance:
Overrides Twig_Node_Expression_Binary::compile
public function compile(Twig_Compiler $compiler) {
$compiler
->raw('!twig_in_filter(')
->subcompile($this
->getNode('left'))
->raw(', ')
->subcompile($this
->getNode('right'))
->raw(')');
}