Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php276 private function getIndent(string $ws, int $tabWidth): int { argument
277 $spaces = \substr_count($ws, " ");
278 $tabs = \substr_count($ws, "\t");
279 assert(\strlen($ws) === $spaces + $tabs);

Completed in 4 milliseconds