PhpParser\Parser\Php7::reduceRule394 PHP Method

reduceRule394() protected method

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