Searched refs:For_ (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | For_.php | 7 class For_ extends Node\Stmt { class
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 1535 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 D | php.y | 381 { $$ = Stmt\For_[['init' => $3, 'cond' => $5, 'loop' => $7, 'stmts' => $9]]; }
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 915 protected function pStmt_For(Stmt\For_ $node): string {
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 1483 …$self->semValue = new Stmt\For_(['init' => $self->semStack[$stackPos-(9-3)], 'cond' => $self->semS…
|
H A D | Php8.php | 1478 …$self->semValue = new Stmt\For_(['init' => $self->semStack[$stackPos-(9-3)], 'cond' => $self->semS…
|
Completed in 43 milliseconds