Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php972 protected function createEmptyElemAttributes(int $tokenPos): array { function in PhpParser\\ParserAbstract
/PHP-Parser/grammar/
H A Dphp.y1329 $attrs = $this->createEmptyElemAttributes($this->tokenPos);
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2662 $attrs = $self->createEmptyElemAttributes($self->tokenPos);
H A DPhp7.php2644 $attrs = $self->createEmptyElemAttributes($self->tokenPos);

Completed in 32 milliseconds