Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php110 private string $indent; variable in PhpParser\\PrettyPrinterAbstract
245 protected function indent(): void { function in PhpParser\\PrettyPrinterAbstract
348 protected function pStmts(array $nodes, bool $indent = true): string {
H A DNodeDumper.php69 protected function dumpRecursive($node, bool $indent = true): void {
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php223 public function getTokenCode(int $from, int $to, int $indent): string {

Completed in 10 milliseconds