Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DNameContextTest.php20 $possibleNames = $nameContext->getPossibleNames($name, $type);
/PHP-Parser/lib/PhpParser/
H A DNameContext.php156 public function getPossibleNames(string $name, int $type): array { function in PhpParser\\NameContext
213 $possibleNames = $this->getPossibleNames($name, $type);
/PHP-Parser/doc/component/
H A DName_resolution.markdown73 public function getPossibleNames(string $name, int $type) : array;

Completed in 5 milliseconds