Home
last modified time | relevance | path

Searched refs:inlineHtmlHasLeadingNewline (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php958 protected function inlineHtmlHasLeadingNewline(int $stackPos): bool { function in PhpParser\\ParserAbstract
/PHP-Parser/grammar/
H A Dphp.y391 $$->setAttribute('hasLeadingNewline', $this->inlineHtmlHasLeadingNewline(#1));
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1512 …$self->semValue->setAttribute('hasLeadingNewline', $self->inlineHtmlHasLeadingNewline($stackPos-(1…
H A DPhp7.php1503 …$self->semValue->setAttribute('hasLeadingNewline', $self->inlineHtmlHasLeadingNewline($stackPos-(1…

Completed in 41 milliseconds