15 $compiler->
raw(
'(int) floor(');
16 parent::compile($compiler);
22 return $compiler->
raw(
'/');
26class_alias(
'Twig_Node_Expression_Binary_FloorDiv',
'Twig\Node\Expression\Binary\FloorDivBinary',
false);
An exception for terminatinating execution or to throw for unit testing.
Compiles a node to PHP code.
raw($string)
Adds a raw string to the compiled code.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
operator(Twig_Compiler $compiler)