Searched refs:finally (Results 1 – 15 of 15) sorted by relevance
13 public ?Finally_ $finally; variable in PhpParser\\Node\\Stmt\\TryCatch20 * @param null|Finally_ $finally Optional finally node23 …public function __construct(array $stmts, array $catches, ?Finally_ $finally = null, array $attrib… argument27 $this->finally = $finally;
11 } finally {15 // no finally21 finally { }81 finally: Stmt_Finally(112 finally: null114 0: // no finally122 finally: Stmt_Finally(
1 Cannot use try without catch or finally9 Cannot use try without catch or finally from 3:1 to 5:125 finally: null
27 finally: null
63 finally: null
9 } finally {15 } finally {
14 } finally {23 } finally {
94 finally118 $stmts[15]->finally = null;
96 $stmts[13]->finally = new Stmt\Finally_([]);167 } finally {
46 "finally"
79 } finally {
1050 if (empty($node->catches) && null === $node->finally) {
24 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an124 creating a try block without either catch or finally. These checks have been moved from the node
1082 * The `TryCatch` subnode `finallyStmts` has been replaced with a `finally` subnode that holds an
953 . ($node->finally !== null ? ' ' . $this->p($node->finally) : '');
Completed in 41 milliseconds