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

reduceRule390() 보호된 메소드

protected reduceRule390 ( )
    protected function reduceRule390() {
         $this->semValue = new Expr\ClosureUse(substr($this->semStack[$this->stackPos-(2-2)], 1), $this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php5