function yy_r156()
 {
     if ($this->security) {
         $this->compiler->trigger_template_error(self::Err2);
     }
     $prefixVar = $this->compiler->getNewPrefixVariable();
     $this->compiler->appendPrefixCode("<?php {$prefixVar}" . '=' . $this->compiler->compileVariable('\'' . substr($this->yystack[$this->yyidx + -3]->minor, 1) . '\'') . ';?>');
     $this->_retvalue = $prefixVar . '(' . implode(',', $this->yystack[$this->yyidx + -1]->minor) . ')';
 }