Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 104) sorted by path

12345

/PHP-7.0/
H A DCODING_STANDARDS211 variable declaration section and the statements in a block, as well as
212 between logical statement groups in a block. Maintain at least one empty
H A DNEWS201 . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
1219 . Fixed bug #72742 (memory allocator fails to realloc small block to large
1872 . Fixed bug #71601 (finally block not executed after yield from). (Bob)
2306 . Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
H A DREADME.STREAMS151 NOTE: If the origstream is network based, this function will block
/PHP-7.0/Zend/
H A DZEND_CHANGES491 compared with the classtype of each catch block from top to bottom
492 and the first block that has a 'instanceof' match gets executed.
493 When the catch block finishes execution continues at the end of
494 the last catch block. If no catch block has a 'instanceof' match
495 then the next try/catch block is searched until no more try/catch
/PHP-7.0/Zend/tests/
H A Dbug27731.phpt2 Bug #27731 (error_reporing() call inside @ block does not work correctly)
H A Dbug33771.phpt2 Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
H A Dbug34062.phpt2 Bug #34062 (Crash in catch block when many arguments are used)
H A Dbug55086.phpt2 Bug #55086 (Namespace alias does not work inside trait's use block)
H A Dbug70012.phpt2 Bug #70012 (Exception lost with nested finally block)
H A Dthis_in_eval.phpt2 $this in eval() block
/PHP-7.0/Zend/tests/generators/
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
/PHP-7.0/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
/PHP-7.0/Zend/tests/try/
H A Dbug70228.phpt2 Bug #70228 (memleak if return in finally block)
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
H A Dfinally_goto_001.phpt2 jmp into a finally block 01
14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_001.php on line %d
H A Dfinally_goto_002.phpt2 jmp into a finally block 02
14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_002.php on line %d
H A Dfinally_goto_003.phpt2 jmp into a finally block 03
H A Dfinally_goto_004.phpt2 jmp into a finally block 03
14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_004.php on line %d
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dtry_catch_finally_005.phpt2 Try catch finally (break / cont in try block)
H A Dtry_catch_finally_006.phpt2 Try catch finally (goto in try/catch block)
H A Dtry_catch_finally_007.phpt2 Try catch finally (goto in try/catch block)
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
H A Dtry_finally_004.phpt2 Try finally (without catch/finally block)
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d

Completed in 31 milliseconds

12345