Esempio n. 1
0
 function yy_r127()
 {
     if (defined($this->yystack[$this->yyidx + 0]->minor)) {
         if ($this->security) {
             $this->security->isTrustedConstant($this->yystack[$this->yyidx + 0]->minor, $this->compiler);
         }
         $this->_retvalue = '[' . $this->yystack[$this->yyidx + 0]->minor . ']';
     } else {
         $this->_retvalue = "['" . $this->yystack[$this->yyidx + 0]->minor . "']";
     }
 }
 function yy_r99()
 {
     if (defined($this->yystack[$this->yyidx + 0]->minor)) {
         if ($this->security) {
             $this->security->isTrustedConstant($this->yystack[$this->yyidx + 0]->minor, $this->compiler);
         }
         $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor;
     } else {
         $this->_retvalue = '\'' . $this->yystack[$this->yyidx + 0]->minor . '\'';
     }
 }
 function yy_r64()
 {
     if (defined($this->yystack[$this->yyidx + 0]->minor)) {
         if ($this->security) {
             $this->security->isTrustedConstant($this->yystack[$this->yyidx + 0]->minor, $this->compiler);
         }
         $this->_retvalue = [$this->yystack[$this->yyidx + -2]->minor => $this->yystack[$this->yyidx + 0]->minor];
     } else {
         $this->_retvalue = [$this->yystack[$this->yyidx + -2]->minor => '\'' . $this->yystack[$this->yyidx + 0]->minor . '\''];
     }
 }