Compiles the node to PHP.
Twig_Compiler A Twig_Compiler instance:
Overrides Twig_Node_Expression_Test::compile
public function compile(Twig_Compiler $compiler) {
$compiler
->raw('(')
->subcompile($this
->getNode('node'))
->raw(' === ')
->subcompile($this
->getNode('arguments')
->getNode(0))
->raw(')');
}