Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php773 string $string, int $indentLen, string $indentChar, argument
776 if ($indentLen === 0) {
785 function ($matches) use ($indentLen, $indentChar, $attributes) {
786 $prefix = substr($matches[1], 0, $indentLen);
791 } elseif (strlen($prefix) < $indentLen && !isset($matches[2])) {
794 '(expecting an indentation level of at least ' . $indentLen . ')',
841 $indentLen = \strlen($indentation);
851 $contents, $indentLen, $indentChar, true, true, $attributes
866 '', $indentLen, $indentChar, true, false, $contents[0]->getAttributes()
875 $part->value, $indentLen, $indentChar,

Completed in 6 milliseconds