Searched refs:parseLNumber (Results 1 – 4 of 4) sorted by relevance
738 …protected function parseLNumber(string $str, array $attributes, bool $allowInvalidOctal = false): … function in PhpParser\\ParserAbstract
1244 { $$ = $this->parseLNumber($1, attributes(), $this->phpVersion->allowsInvalidOctals()); }
2584 …$self->semValue = $self->parseLNumber($self->semStack[$stackPos-(1-1)], $self->getAttributes($self…
2586 …$self->semValue = $self->parseLNumber($self->semStack[$stackPos-(1-1)], $self->getAttributes($self…
Completed in 40 milliseconds