15 if (PHP_VERSION_ID >= 50600) {
16 return parent::compile($compiler);
21 ->subcompile($this->
getNode(
'left'))
23 ->subcompile($this->
getNode(
'right'))
30 return $compiler->
raw(
'**');
34class_alias(
'Twig_Node_Expression_Binary_Power',
'Twig\Node\Expression\Binary\PowerBinary',
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.
operator(Twig_Compiler $compiler)
compile(Twig_Compiler $compiler)
Compiles the node to PHP.