PhpParser\Parser\Php7::reduceRule406 PHP Method

reduceRule406() protected method

protected reduceRule406 ( )
    protected function reduceRule406() {
         $this->semValue = new Scalar\DNumber(Scalar\DNumber::parse($this->semStack[$this->stackPos-(1-1)]), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php7