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) . ')';
 }
 function yy_r89()
 {
     $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor . ' ? ' . $this->compiler->compileVariable('\'' . substr($this->yystack[$this->yyidx + -2]->minor, 1) . '\'') . ' : ' . $this->yystack[$this->yyidx + 0]->minor;
 }
Example #3
0
 function yy_r154()
 {
     if ($this->security) {
         $this->compiler->trigger_template_error(self::Err2);
     }
     self::$prefix_number++;
     $this->compiler->prefix_code[] = '<?php $_tmp' . self::$prefix_number . '=' . $this->compiler->compileVariable('\'' . substr($this->yystack[$this->yyidx + -3]->minor, 1) . '\'') . ';?>';
     $this->_retvalue = '$_tmp' . self::$prefix_number . '(' . implode(',', $this->yystack[$this->yyidx + -1]->minor) . ')';
 }
 function yy_r151()
 {
     if ($this->security) {
         $this->compiler->trigger_template_error(self::Err2);
     }
     self::$prefix_number++;
     $this->compiler->prefix_code[] = '$_tmp' . self::$prefix_number . '=' . $this->compiler->compileVariable("'" . $this->yystack[$this->yyidx + -3]->minor . "'") . ";\n";
     $this->_retvalue = '$_tmp' . self::$prefix_number . '(' . implode(',', $this->yystack[$this->yyidx + -1]->minor) . ')';
 }