function yy_r6()
 {
     $code = $this->compiler->compileTag('private_php', array(array('code' => $this->yystack[$this->yyidx + 0]->minor), array('type' => $this->lex->phpType)), array());
     if ($this->compiler->has_code && !empty($code)) {
         $tmp = '';
         foreach ($this->compiler->prefix_code as $code) {
             $tmp .= $code;
         }
         $this->compiler->prefix_code = array();
         $this->_retvalue = new Smarty_Internal_ParseTree_Tag($this, $this->compiler->processNocacheCode($tmp . $code, true));
     } else {
         $this->_retvalue = null;
     }
 }
 function yy_r6()
 {
     $code = $this->compiler->compileTag('private_php', [['code' => $this->yystack[$this->yyidx + 0]->minor], ['type' => $this->lex->phpType]], []);
     if ($this->compiler->has_code && !empty($code)) {
         $tmp = '';
         foreach ($this->compiler->prefix_code as $code) {
             $tmp .= $code;
         }
         $this->compiler->prefix_code = [];
         $this->_retvalue = new Smarty_Internal_ParseTree_Tag($this, $this->compiler->processNocacheCode($tmp . $code, TRUE));
     } else {
         $this->_retvalue = NULL;
     }
 }
 function yy_r7()
 {
     $this->compiler->tag_nocache = true;
     $save = $this->template->compiled->has_nocache_code;
     $this->_retvalue = new Smarty_Internal_ParseTree_Tag($this, $this->compiler->processNocacheCode("<?php echo '{$this->yystack[$this->yyidx + 0]->minor}';?>\n", $this->compiler, true));
     $this->template->compiled->has_nocache_code = $save;
 }
 function yy_r12()
 {
     $this->compiler->tag_nocache = true;
     $this->is_xml = true;
     $save = $this->template->has_nocache_code;
     $this->_retvalue = new Smarty_Internal_ParseTree_Tag($this, $this->compiler->processNocacheCode("<?php echo '<?xml';?>", $this->compiler, true));
     $this->template->has_nocache_code = $save;
 }