Example #1
0
 function yy_r21()
 {
     $this->compiler->assert_no_enforced_modifiers($this->yystack[$this->yyidx + -1]->minor instanceof Wrappers\StaticWrapper);
     if ($this->yystack[$this->yyidx + -1]->minor instanceof Wrappers\StaticWrapper) {
         $this->yystack[$this->yyidx + -1]->minor = (string) $this->yystack[$this->yyidx + -1]->minor;
     }
     $this->compiler->has_code = true;
     $this->_retvalue = Constructs\ConstructPrintExpression::compileOpen($this->compiler, array('value' => $this->yystack[$this->yyidx + -1]->minor), $this->yystack[$this->yyidx + 0]->minor);
 }
Example #2
0
 function yy_r39()
 {
     $this->compiler->assertNoEnforcedModifiers($this->yystack[$this->yyidx + 0]->minor instanceof Wrappers\StaticWrapper);
     if ($this->yystack[$this->yyidx + 0]->minor instanceof Wrappers\StaticWrapper) {
         $this->yystack[$this->yyidx + 0]->minor = (string) $this->yystack[$this->yyidx + 0]->minor;
     }
     $this->compiler->has_code = true;
     $this->_retvalue = Constructs\ConstructPrintExpression::compileOpen($this->compiler, array('value' => $this->yystack[$this->yyidx + 0]->minor, 'modifierlist' => array()));
 }