PhpParser\Parser\Php7::reduceRule402 PHP Method

reduceRule402() protected method

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