PhpParser\Parser\Php5::reduceRule447 PHP 메소드

reduceRule447() 보호된 메소드

protected reduceRule447 ( )
    protected function reduceRule447() {
         $this->semValue = new Expr\BinaryOp\Concat($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php5