Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php144 if ($label && !$this->containsEndLabel($node->value, $label)) {
164 if ($label && !$this->containsEndLabel($escaped, $label)) {
1111 protected function containsEndLabel(string $string, string $label, bool $atStart = true): bool { function in PhpParser\\PrettyPrinter\\Standard
1121 … && $this->containsEndLabel($this->escapeString($part->value, null), $label, $i === 0)

Completed in 11 milliseconds