Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DFor_.php7 class For_ extends Node\Stmt { class
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1535 Stmt\For_::class . '->init' => ', ',
1536 Stmt\For_::class . '->cond' => ', ',
1537 Stmt\For_::class . '->loop' => ', ',
1569 Stmt\For_::class . '->stmts' => "\n",
/PHP-Parser/grammar/
H A Dphp.y381 { $$ = Stmt\For_[['init' => $3, 'cond' => $5, 'loop' => $7, 'stmts' => $9]]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php915 protected function pStmt_For(Stmt\For_ $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1483 …$self->semValue = new Stmt\For_(['init' => $self->semStack[$stackPos-(9-3)], 'cond' => $self->semS…
H A DPhp8.php1478 …$self->semValue = new Stmt\For_(['init' => $self->semStack[$stackPos-(9-3)], 'cond' => $self->semS…

Completed in 43 milliseconds