Searched refs:Catch_ (Results 1 – 11 of 11) sorted by relevance
10 /** @var Catch_[] Catches */19 * @param Catch_[] $catches Catches
8 class Catch_ extends Node\Stmt { class
51 * The `var` subnode of `Catch_` now contains a `Variable` rather than a plain string.
528 `Catch_::$var` may now be null.
102 $stmts[0]->catches[] = new Stmt\Catch_([new Node\Name('Bar')], new Expr\Variable('bar'), []);
139 } elseif ($node instanceof Stmt\Catch_) {
1508 Stmt\Catch_::class . '->types' => '|',1556 Stmt\Catch_::class . '->stmts' => "\n",
430 { $$ = Stmt\Catch_[$3, $4, $7]; }
956 protected function pStmt_Catch(Stmt\Catch_ $node): string {
1562 …$self->semValue = new Stmt\Catch_($self->semStack[$stackPos-(8-3)], $self->semStack[$stackPos-(8-4…
1557 …$self->semValue = new Stmt\Catch_($self->semStack[$stackPos-(8-3)], $self->semStack[$stackPos-(8-4…
Completed in 43 milliseconds