PhpParser\Parser\Php5::reduceRule416 PHP Method

reduceRule416() protected method

protected reduceRule416 ( )
    protected function reduceRule416() {
         $this->semValue = array(new Scalar\EncapsedStringPart(Scalar\String_::parseEscapeSequences($this->semStack[$this->stackPos-(1-1)], '`', false), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes));
    }
Php5