Searched refs:isQualified (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Name/ | ||
H A D | FullyQualified.php | 20 public function isQualified(): bool { function in PhpParser\\Node\\Name\\FullyQualified |
H A D | Relative.php | 20 public function isQualified(): bool { function in PhpParser\\Node\\Name\\Relative |
/PHP-Parser/test/PhpParser/Node/ | ||
H A D | NameTest.php | 104 $this->assertFalse($name->isQualified()); |
/PHP-Parser/lib/PhpParser/Node/ | ||
H A D | Name.php | 84 public function isQualified(): bool { function in PhpParser\\Node\\Name |
/PHP-Parser/lib/PhpParser/ | ||
H A D | NameContext.php | 232 if ($name->isQualified()) { |
Completed in 10 milliseconds