Searched refs:ErrorSuppress (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | ErrorSuppress.php | 7 class ErrorSuppress extends Expr { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 54 Expr\ErrorSuppress::class => [ 10, -1, -1], 1387 Cast\Object_::class, Cast\Bool_::class, Cast\Unset_::class, Expr\ErrorSuppress::class,
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 469 …protected function pExpr_ErrorSuppress(Expr\ErrorSuppress $node, int $precedence, int $lhsPreceden… 470 … return $this->pPrefixOp(Expr\ErrorSuppress::class, '@', $node->expr, $precedence, $lhsPrecedence);
|
/PHP-Parser/grammar/ |
H A D | php.y | 1083 | '@' expr { $$ = Expr\ErrorSuppress[$2]; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 2392 …$self->semValue = new Expr\ErrorSuppress($self->semStack[$stackPos-(2-2)], $self->getAttributes($s…
|
H A D | Php8.php | 2394 …$self->semValue = new Expr\ErrorSuppress($self->semStack[$stackPos-(2-2)], $self->getAttributes($s…
|
Completed in 35 milliseconds