Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php771 string $string, int $indentLen, string $indentChar, argument
774 if ($indentLen === 0) {
783 function ($matches) use ($indentLen, $indentChar, $attributes) {
784 $prefix = substr($matches[1], 0, $indentLen);
789 } elseif (strlen($prefix) < $indentLen && !isset($matches[2])) {
792 '(expecting an indentation level of at least ' . $indentLen . ')',
839 $indentLen = \strlen($indentation);
849 $contents, $indentLen, $indentChar, true, true, $attributes
864 '', $indentLen, $indentChar, true, false, $contents[0]->getAttributes()
873 $part->value, $indentLen, $indentChar,

Completed in 11 milliseconds