function yy_r107()
 {
     $prefixVar = $this->compiler->getNewPrefixVariable();
     $tmp = $this->compiler->appendCode('<?php ob_start();?>', $this->yystack[$this->yyidx + 0]->minor);
     $this->compiler->appendPrefixCode($this->compiler->appendCode($tmp, "<?php {$prefixVar}" . '=ob_get_clean();?>'));
     $this->_retvalue = $prefixVar;
 }
Example #2
0
 function yy_r106()
 {
     self::$prefix_number++;
     $tmp = $this->compiler->appendCode('<?php ob_start();?>', $this->yystack[$this->yyidx + 0]->minor);
     $this->compiler->prefix_code[] = $this->compiler->appendCode($tmp, '<?php $_tmp' . self::$prefix_number . '=ob_get_clean();?>');
     $this->_retvalue = '$_tmp' . self::$prefix_number;
 }