PhpParser\Parser\Php7::reduceRule402 PHP 메소드

reduceRule402() 보호된 메소드

protected reduceRule402 ( )
    protected function reduceRule402() {
         $attrs = $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_LONG;
            $this->semValue = new Expr\Array_($this->semStack[$this->stackPos-(4-3)], $attrs);
    }
Php7