Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DNameContext.php189 $normalizedOrig = $this->normalizeConstName($orig->toString());
190 if ($normalizedOrig === $this->normalizeConstName($name)) {
273 private function normalizeConstName(string $name): string { function in PhpParser\\NameContext

Completed in 3 milliseconds