Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php744 $this->emitError($error);
832 $this->emitError(new Error(
1026 $this->emitError($error);
1036 $this->emitError($error);
1042 $this->emitError(new Error(
1051 $this->emitError(new Error(
1071 $this->emitError(new Error(
1094 $this->emitError(new Error(
1135 $this->emitError(new Error(
1153 $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())); }
1004 $this->emitError(new Error('Cannot assign new by reference', attributes()));
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1266 …$self->semStack[$stackPos-(1-1)]; if ($self->semValue === "<?=") $self->emitError(new Error('Canno…
1320 …$self->emitError(new Error('A trailing comma is not allowed here', $self->getAttributes($self->tok…
2183 …$self->emitError(new Error('Cannot assign new by reference', $self->getAttributes($self->tokenStar…
H A DPhp7.php1257 …$self->semStack[$stackPos-(1-1)]; if ($self->semValue === "<?=") $self->emitError(new Error('Canno…
1311 …$self->emitError(new Error('A trailing comma is not allowed here', $self->getAttributes($self->tok…
2167 …$self->emitError(new Error('Cannot assign new by reference', $self->getAttributes($self->tokenStar…

Completed in 43 milliseconds