Searched defs:indent (Results 1 – 3 of 3) sorted by relevance
110 private string $indent; variable in PhpParser\\PrettyPrinterAbstract245 protected function indent(): void { function in PhpParser\\PrettyPrinterAbstract348 protected function pStmts(array $nodes, bool $indent = true): string {
69 protected function dumpRecursive($node, bool $indent = true): void {
223 public function getTokenCode(int $from, int $to, int $indent): string {
Completed in 26 milliseconds