Searched refs:indentChar (Results 1 – 1 of 1) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | ParserAbstract.php | 771 string $string, int $indentLen, string $indentChar, argument 783 function ($matches) use ($indentLen, $indentChar, $attributes) { 785 if (false !== strpos($prefix, $indentChar === " " ? "\t" : " ")) { 840 $indentChar = $indentHasSpaces ? " " : "\t"; 849 $contents, $indentLen, $indentChar, true, true, $attributes 864 '', $indentLen, $indentChar, true, false, $contents[0]->getAttributes() 873 $part->value, $indentLen, $indentChar,
|
Completed in 9 milliseconds