Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DLabel.php8 class Label extends Stmt { class
/PHP-Parser/
H A DUPGRADE-4.0.md36 * `Stmt\Label::$name`
/PHP-Parser/grammar/
H A Dphp.y405 | identifier_not_reserved ':' { $$ = Stmt\Label[$1]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php978 protected function pStmt_Label(Stmt\Label $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1540 …$self->semValue = new Stmt\Label($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->tok…
H A DPhp7.php1531 …$self->semValue = new Stmt\Label($self->semStack[$stackPos-(2-1)], $self->getAttributes($self->tok…

Completed in 55 milliseconds