Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1111 protected function containsEndLabel(string $string, string $label, bool $atStart = true): bool { argument
1112 $start = $atStart ? '(?:^|[\r\n])[ \t]*' : '[\r\n][ \t]*';

Completed in 7 milliseconds