Searched refs:map (Results 1 – 3 of 3) sorted by relevance
20 $map = [27 if (isset($map[$token->id]) && $i + 3 < $c && $tokens[$i + 1]->text === '(' &&34 $map[$token->id], $token->text . '(' . $tokens[$i + 2]->text . ')',
206 private function dumpEnum(int $value, array $map): string { argument207 if (!isset($map[$value])) {210 return $map[$value] . ' (' . $value . ')';
560 static $map = [567 …return $this->pPrefixOp(Expr\Include_::class, $map[$node->type] . ' ', $node->expr, $precedence, $…
Completed in 12 milliseconds