Searched refs:TryCatch (Results 1 – 9 of 9) sorted by relevance
7 class TryCatch extends Node\Stmt { class
33 use PhpParser\Node\Stmt\TryCatch; alias1049 protected function checkTryCatch(TryCatch $node): void {
1512 Stmt\TryCatch::class . '->catches' => ' ',1593 Stmt\TryCatch::class . '->stmts' => "\n",
24 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
1082 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
403 { $$ = Stmt\TryCatch[$3, $5, $6]; $this->checkTryCatch($$); }
950 protected function pStmt_TryCatch(Stmt\TryCatch $node): string {
1531 …$self->semValue = new Stmt\TryCatch($self->semStack[$stackPos-(6-3)], $self->semStack[$stackPos-(6…
1526 …$self->semValue = new Stmt\TryCatch($self->semStack[$stackPos-(6-3)], $self->semStack[$stackPos-(6…
Completed in 62 milliseconds