23 ->subcompile($this->
getNode(
'node'))
31 class_alias(
'Twig_Node_Expression_Test_Sameas',
'Twig\Node\Expression\Test\SameasTest',
false);
raw($string)
Adds a raw string to the compiled code.
Checks if a variable is the same as another one (=== in PHP).
compile(Twig_Compiler $compiler)
Compiles the node to PHP.