Home
last modified time | relevance | path

Searched refs:ErrorSuppress (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DErrorSuppress.php7 class ErrorSuppress extends Expr { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php54 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 DStandard.php469 …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 Dphp.y1083 | '@' expr { $$ = Expr\ErrorSuppress[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2392 …$self->semValue = new Expr\ErrorSuppress($self->semStack[$stackPos-(2-2)], $self->getAttributes($s…
H A DPhp8.php2394 …$self->semValue = new Expr\ErrorSuppress($self->semStack[$stackPos-(2-2)], $self->getAttributes($s…

Completed in 35 milliseconds