Home
last modified time | relevance | path

Searched refs:block (Results 51 – 75 of 126) sorted by relevance

123456

/PHP-7.4/Zend/tests/try/
H A Dbug70228_4.phpt2 Bug #70228 (memleak if return in finally block)
H A Dtry_finally_010.phpt2 Try finally (function call in the finally block after exception)
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
H A Dtry_catch_finally_006.phpt2 Try catch finally (goto in try/catch block)
H A Dtry_catch_finally_005.phpt2 Try catch finally (break / cont in try block)
H A Dtry_catch_finally_007.phpt2 Try catch finally (goto in try/catch block)
/PHP-7.4/ext/opcache/tests/
H A Dbug75969.phpt2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
H A Djmp_elim_003.phpt2 Incorrect empty basic block elimination
H A Djmp_elim_002.phpt2 Incorrect empty basic block elimination
H A Dbug73789.phpt2 Bug #73789 (Strange behavior of class constants in switch/case block)
/PHP-7.4/Zend/tests/
H A Dentry_block_with_predecessors.phpt2 For SSA form the entry block should have no predecessors
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 Dbug70012.phpt2 Bug #70012 (Exception lost with nested finally block)
H A Dbug55086.phpt2 Bug #55086 (Namespace alias does not work inside trait's use block)
/PHP-7.4/ext/standard/tests/file/
H A Dfiletype_basic.phpt8 dir, block, link, file, and unknown.
H A Dfiletype_variation.phpt14 dir, block, link, file, and unknown.
56 /* Checking with block in file */
H A Dfiletype_variation2.phpt19 dir, block, link, file, and unknown.
/PHP-7.4/Zend/tests/generators/
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc80 $block = pack('a100a8a8a8a12A12',
101 $checkheader = array_merge(str_split($block), str_split($blockend));
110 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
H A Dcorrupt_tarmaker.php.inc87 $block = pack('a100a8a8a8a12A12',
108 $checkheader = array_merge(str_split($block), str_split($blockend));
118 fwrite($this->tmp, $block . $checksum . $blockend, 512);
/PHP-7.4/ext/sysvmsg/tests/
H A D002.phpt9 if (!msg_send ($queue, 1, 'Hi', false /* ! no_ser*/, true/*block*/, $msg_err)) {
/PHP-7.4/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.4/ext/reflection/tests/
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block

Completed in 23 milliseconds

123456