Home
last modified time | relevance | path

Searched refs:While_ (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DWhile_.php7 class While_ extends Node\Stmt { class
/PHP-Parser/
H A DUPGRADE-5.0.md166 `if ($x) { $a; $b; $c; }`, namely a `Stmt\While_` node whose `stmts` subnode is an array of three
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1594 Stmt\While_::class . '->stmts' => "\n",
/PHP-Parser/grammar/
H A Dphp.y378 | T_WHILE '(' expr ')' while_statement { $$ = Stmt\While_[$3, $5]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php930 protected function pStmt_While(Stmt\While_ $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1480 …$self->semValue = new Stmt\While_($self->semStack[$stackPos-(5-3)], $self->semStack[$stackPos-(5-5…
H A DPhp7.php1471 …$self->semValue = new Stmt\While_($self->semStack[$stackPos-(5-3)], $self->semStack[$stackPos-(5-5…

Completed in 36 milliseconds