PhpParser\Parser\Php5::reduceRule377 PHP Method

reduceRule377() protected method

protected reduceRule377 ( )
    protected function reduceRule377() {
         $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);
    }
Php5