PhpParser\Parser\Php7::reduceRule256 PHP Method

reduceRule256() protected method

protected reduceRule256 ( )
    protected function reduceRule256() {
         $this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
    }
Php7