Searched refs:getPossibleNames (Results 1 – 3 of 3) sorted by relevance
20 $possibleNames = $nameContext->getPossibleNames($name, $type);
156 public function getPossibleNames(string $name, int $type): array { function in PhpParser\\NameContext213 $possibleNames = $this->getPossibleNames($name, $type);
73 public function getPossibleNames(string $name, int $type) : array;
Completed in 6 milliseconds