function yy_r2()
 {
     if ($this->yystack[$this->yyidx + 0]->minor != null) {
         // because of possible code injection
         $this->current_buffer->append_subtree($this, $this->yystack[$this->yyidx + 0]->minor);
     }
 }