Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php738 …protected function parseLNumber(string $str, array $attributes, bool $allowInvalidOctal = false): … function in PhpParser\\ParserAbstract
/PHP-Parser/grammar/
H A Dphp.y1193 { $$ = $this->parseLNumber($1, attributes(), $this->phpVersion->allowsInvalidOctals()); }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php2513 …$self->semValue = $self->parseLNumber($self->semStack[$stackPos-(1-1)], $self->getAttributes($self…
H A DPhp7.php2495 …$self->semValue = $self->parseLNumber($self->semStack[$stackPos-(1-1)], $self->getAttributes($self…

Completed in 58 milliseconds