Home
last modified time | relevance | path

Searched refs:finally (Results 51 – 75 of 122) sorted by relevance

12345

/PHP-7.4/Zend/tests/try/
H A Dtry_finally_019.phpt2 Combination of foreach, finally and goto (call order)
25 } finally {
30 } finally {
H A Dfinally_goto_003.phpt2 jmp into a finally block 03
7 } finally {
H A Dtry_finally_020.phpt2 Combination of foreach, finally and exception (call order)
25 } finally {
31 } finally {
H A Dtry_catch_finally_007.phpt2 Try catch finally (goto in try/catch block)
16 } finally {
25 } finally {
H A Dbug70228.phpt2 Bug #70228 (memleak if return in finally block)
8 finally { return str_repeat("b", 2); }
H A Dbug70228_6.phpt2 Bug #70228 (memleak if return in finally block)
9 } finally {
H A Dtry_finally_021.phpt2 Live range & return from finally
11 } finally {
H A Dtry_finally_011.phpt2 Try finally (segfault with empty break)
8 } finally {
H A Dtry_finally_006.phpt2 Try finally (with near goto)
8 } finally {
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_force_closed.phpt15 } finally {
16 echo "finally\n";
33 finally
H A Dbug75396.phpt2 Bug #75396: Exit inside generator finally results in fatal error
12 } finally {
/PHP-7.4/sapi/phpdbg/tests/
H A Dstepping_001.phpt34 00011: } finally {
38 >00011: } finally {
48 >00011: } finally {
65 } finally {
/PHP-7.4/Zend/tests/
H A Dbug65784.phpt2 Fixed Bug #65784 (Segfault with finally)
9 } finally {
30 } finally {
47 } finally {
H A Dbug72215_3.phpt2 Bug #72215.3 (Wrong return value if var modified in finally)
8 } finally {
H A Dbug72215.phpt2 Bug #72215 (Wrong return value if var modified in finally)
9 } finally {
H A Dbug72347.phpt2 Bug #72347 (VERIFY_RETURN type casts visible in finally)
9 } finally {
H A Dbug72216.phpt2 Bug #72216 (Return by reference with finally is not memory safe)
9 } finally {
H A Dtemporary_cleaning_010.phpt2 Live range & throw from finally
9 } finally {
H A Dbug70944.phpt2 Bug #70944 (try{ } finally{} can create infinite chains of exceptions)
9 } finally {
20 } finally {
H A Dbug74840.phpt2 Bug #74840: Opcache overwrites argument of GENERATOR_RETURN within finally
9 } finally {
H A Djump17.phpt2 jump 17: goto into try/catch with finally
15 } finally {
/PHP-7.4/Zend/tests/generators/finally/
H A Dyield_yield.phpt2 Try { yield } finally { yield }
11 } finally {
H A Drun_on_dtor.phpt2 finally is run on object dtor, not free
9 } finally {
H A Dreturn_yield.phpt2 try { return } finally { yield }
9 } finally {
H A Dyield_return.phpt2 try { yield } finally { return }
9 } finally {

Completed in 42 milliseconds

12345