Home
last modified time | relevance | path

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

/PHP-Parser/grammar/
H A Dphp.y248 $this->checkNamespace($$); }
252 $this->checkNamespace($$); }
256 $this->checkNamespace($$); }
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1057 protected function checkNamespace(Namespace_ $node): void { function in PhpParser\\ParserAbstract
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1358 $self->checkNamespace($self->semValue);
1363 $self->checkNamespace($self->semValue);
1368 $self->checkNamespace($self->semValue);
H A DPhp7.php1349 $self->checkNamespace($self->semValue);
1354 $self->checkNamespace($self->semValue);
1359 $self->checkNamespace($self->semValue);

Completed in 47 milliseconds