Searched refs:Finally_ (Results 1 – 8 of 8) sorted by relevance
12 /** @var null|Finally_ Optional finally node */13 public ?Finally_ $finally;20 * @param null|Finally_ $finally Optional finally node23 …public function __construct(array $stmts, array $catches, ?Finally_ $finally = null, array $attrib…
7 class Finally_ extends Node\Stmt { class
96 $stmts[13]->finally = new Stmt\Finally_([]);
1567 Stmt\Finally_::class . '->stmts' => "\n",
435 | T_FINALLY '{' inner_statement_list '}' { $$ = Stmt\Finally_[$3]; }
962 protected function pStmt_Finally(Stmt\Finally_ $node): string {
1568 …$self->semValue = new Stmt\Finally_($self->semStack[$stackPos-(4-3)], $self->getAttributes($self->…
1563 …$self->semValue = new Stmt\Finally_($self->semStack[$stackPos-(4-3)], $self->getAttributes($self->…
Completed in 49 milliseconds