Home
last modified time | relevance | path

Searched refs:TryCatch (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DTryCatch.php7 class TryCatch extends Node\Stmt { class
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php33 use PhpParser\Node\Stmt\TryCatch; alias
1049 protected function checkTryCatch(TryCatch $node): void {
H A DPrettyPrinterAbstract.php1512 Stmt\TryCatch::class . '->catches' => ' ',
1593 Stmt\TryCatch::class . '->stmts' => "\n",
/PHP-Parser/
H A DUPGRADE-3.0.md24 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
H A DCHANGELOG.md1075 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
/PHP-Parser/grammar/
H A Dphp.y403 { $$ = Stmt\TryCatch[$3, $5, $6]; $this->checkTryCatch($$); }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php950 protected function pStmt_TryCatch(Stmt\TryCatch $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php1534 …$self->semValue = new Stmt\TryCatch($self->semStack[$stackPos-(6-3)], $self->semStack[$stackPos-(6…
H A DPhp7.php1525 …$self->semValue = new Stmt\TryCatch($self->semStack[$stackPos-(6-3)], $self->semStack[$stackPos-(6…

Completed in 74 milliseconds