Home
last modified time | relevance | path

Searched refs:Goto_ (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DGoto_.php8 class Goto_ extends Stmt { class
/PHP-Parser/
H A DUPGRADE-4.0.md34 * `Stmt\Goto_::$name`
/PHP-Parser/grammar/
H A Dphp.y404 | T_GOTO identifier_not_reserved semi { $$ = Stmt\Goto_[$2]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php982 protected function pStmt_Goto(Stmt\Goto_ $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1534 …$self->semValue = new Stmt\Goto_($self->semStack[$stackPos-(3-2)], $self->getAttributes($self->tok…
H A DPhp8.php1529 …$self->semValue = new Stmt\Goto_($self->semStack[$stackPos-(3-2)], $self->getAttributes($self->tok…

Completed in 26 milliseconds