Home
last modified time | relevance | path

Searched refs:Catch_ (Results 1 – 11 of 11) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php10 /** @var Catch_[] Catches */
19 * @param Catch_[] $catches Catches
H A DCatch_.php8 class Catch_ extends Node\Stmt { class
/PHP-Parser/
H A DUPGRADE-4.0.md51 * The `var` subnode of `Catch_` now contains a `Variable` rather than a plain string.
H A DCHANGELOG.md521 `Catch_::$var` may now be null.
/PHP-Parser/test/code/formatPreservation/
H A DlistInsertion.test102 $stmts[0]->catches[] = new Stmt\Catch_([new Node\Name('Bar')], new Expr\Variable('bar'), []);
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php139 } elseif ($node instanceof Stmt\Catch_) {
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1508 Stmt\Catch_::class . '->types' => '|',
1556 Stmt\Catch_::class . '->stmts' => "\n",
/PHP-Parser/grammar/
H A Dphp.y430 { $$ = Stmt\Catch_[$3, $4, $7]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php956 protected function pStmt_Catch(Stmt\Catch_ $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1565 …$self->semValue = new Stmt\Catch_($self->semStack[$stackPos-(8-3)], $self->semStack[$stackPos-(8-4…
H A DPhp7.php1556 …$self->semValue = new Stmt\Catch_($self->semStack[$stackPos-(8-3)], $self->semStack[$stackPos-(8-4…

Completed in 66 milliseconds