Home
last modified time | relevance | path

Searched refs:TryCatch (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php7 class TryCatch extends Node\Stmt { class
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php31 use PhpParser\Node\Stmt\TryCatch; alias
1047 protected function checkTryCatch(TryCatch $node): void {
H A DPrettyPrinterAbstract.php1481 Stmt\TryCatch::class . '->catches' => ' ',
1559 Stmt\TryCatch::class . '->stmts' => "\n",
/PHP-Parser/
H A DUPGRADE-3.0.md24 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
H A DCHANGELOG.md1030 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
/PHP-Parser/grammar/
H A Dphp.y399 { $$ = Stmt\TryCatch[$3, $5, $6]; $this->checkTryCatch($$); }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php935 protected function pStmt_TryCatch(Stmt\TryCatch $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1531 …$self->semValue = new Stmt\TryCatch($self->semStack[$stackPos-(6-3)], $self->semStack[$stackPos-(6…
H A DPhp8.php1525 …$self->semValue = new Stmt\TryCatch($self->semStack[$stackPos-(6-3)], $self->semStack[$stackPos-(6…

Completed in 49 milliseconds