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

reduceRule316() 보호된 메소드

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