Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DAsymmetricVisibilityTokenEmulator.php20 $map = [
27 if (isset($map[$token->id]) && $i + 3 < $c && $tokens[$i + 1]->text === '(' &&
34 $map[$token->id], $token->text . '(' . $tokens[$i + 2]->text . ')',
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php206 private function dumpEnum(int $value, array $map): string { argument
207 if (!isset($map[$value])) {
210 return $map[$value] . ' (' . $value . ')';
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php560 static $map = [
567 …return $this->pPrefixOp(Expr\Include_::class, $map[$node->type] . ' ', $node->expr, $precedence, $…

Completed in 13 milliseconds