Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y244 $this->checkNamespace($$); }
248 $this->checkNamespace($$); }
252 $this->checkNamespace($$); }
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1055 protected function checkNamespace(Namespace_ $node): void { function in PhpParser\\ParserAbstract
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1336 $self->checkNamespace($self->semValue);
1341 $self->checkNamespace($self->semValue);
1346 $self->checkNamespace($self->semValue);
H A DPhp7.php1318 $self->checkNamespace($self->semValue);
1323 $self->checkNamespace($self->semValue);
1328 $self->checkNamespace($self->semValue);

Completed in 51 milliseconds