Searched refs:Goto_ (Results 1 – 6 of 6) sorted by relevance
8 class Goto_ extends Stmt { class
34 * `Stmt\Goto_::$name`
404 | T_GOTO identifier_not_reserved semi { $$ = Stmt\Goto_[$2]; }
982 protected function pStmt_Goto(Stmt\Goto_ $node): string {
1534 …$self->semValue = new Stmt\Goto_($self->semStack[$stackPos-(3-2)], $self->getAttributes($self->tok…
1529 …$self->semValue = new Stmt\Goto_($self->semStack[$stackPos-(3-2)], $self->getAttributes($self->tok…
Completed in 55 milliseconds