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(
'**');
34 class_alias(
'Twig_Node_Expression_Binary_Power',
'Twig\Node\Expression\Binary\PowerBinary',
false);
raw($string)
Adds a raw string to the compiled code.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
operator(Twig_Compiler $compiler)