Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php742 $this->emitError($error);
830 $this->emitError(new Error(
1024 $this->emitError($error);
1034 $this->emitError($error);
1040 $this->emitError(new Error(
1049 $this->emitError(new Error(
1069 $this->emitError(new Error(
1092 $this->emitError(new Error(
1133 $this->emitError(new Error(
1151 $this->emitError(new Error(
[all …]
/PHP-Parser/grammar/
H A Dphp.y159 …| T_ECHO { $$ = $1; if ($$ === "<?=") $this->emitError(new Error('Cannot use "<?=" as an identifie…
207 | ',' { $this->emitError(new Error('A trailing comma is not allowed here', attributes())); }
1005 $this->emitError(new Error('Cannot assign new by reference', attributes()));
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1263 …$self->semStack[$stackPos-(1-1)]; if ($self->semValue === "<?=") $self->emitError(new Error('Canno…
1317 …$self->emitError(new Error('A trailing comma is not allowed here', $self->getAttributes($self->tok…
2176 …$self->emitError(new Error('Cannot assign new by reference', $self->getAttributes($self->tokenStar…
H A DPhp8.php1258 …$self->semStack[$stackPos-(1-1)]; if ($self->semValue === "<?=") $self->emitError(new Error('Canno…
1312 …$self->emitError(new Error('A trailing comma is not allowed here', $self->getAttributes($self->tok…
2178 …$self->emitError(new Error('Cannot assign new by reference', $self->getAttributes($self->tokenStar…

Completed in 36 milliseconds