Home
last modified time | relevance | path

Searched refs:block (Results 26 – 50 of 135) sorted by relevance

123456

/PHP-8.0/Zend/tests/try/
H A Dbug70228.phpt2 Bug #70228 (memleak if return in finally block)
H A Dbug70228_2.phpt2 Bug #70228 (memleak if return in finally block)
H A Dbug70228_6.phpt2 Bug #70228 (memleak if return 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
H A Dbug70228_5.phpt2 Bug #70228 (memleak if return hidden by throw in finally block)
H A Dbug70228_7.phpt2 Bug #70228 (memleak if return in finally block)
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
H A Dtry_finally_008.phpt21 Fatal error: jump out of a finally block is disallowed in %stry_finally_008.php on line %d
H A Dbug70228_3.phpt2 Bug #70228 (memleak if return in finally block)
H A Dbug70228_8.phpt2 Bug #70228 (memleak if return in finally block)
H A Dtry_finally_007.phpt22 Fatal error: jump out of a finally block is disallowed in %stry_finally_007.php on line %d
/PHP-8.0/Zend/tests/
H A Dthis_in_eval.phpt2 $this in eval() block
H A Dexit_finally_3.phpt6 // TODO: In the future, we should execute the finally block.
H A Dremove_predecessor_of_pi_node.phpt2 Regression test for incorrect update of pi node users when removing a predecessor block
H A Dexit_finally_1.phpt6 // TODO: In the future, we should execute the finally block.
H A Dbug80194.phpt2 Bug #80194: Assertion failure during block assembly of unreachable free with leading nop
/PHP-8.0/ext/xml/tests/
H A Dbug26614.phpt30 block
41 block
52 block
H A Dbug26614_libxml.phpt30 block
41 block
52 block
/PHP-8.0/ext/opcache/tests/
H A Dblock_removal_with_duplicate_successors.phpt2 Removing a block that has duplicate successors
H A Djmp_elim_004.phpt2 Incorrect empty basic block elimination
H A Dbug77215.phpt2 Bug #77215: CFG assertion failure on multiple finalizing switch frees in one block
/PHP-8.0/ext/standard/
H A Dmd5.h41 uint32_t block[16]; member
/PHP-8.0/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc81 $block = pack('a100a8a8a8a12A12',
100 '123456789abc'); // malicious block
102 $checkheader = array_merge(str_split($block), str_split($blockend));
111 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_ssa.c1117 phi->block = i; in zend_ssa_compute_use_def_chains()
1296 zend_ssa_block *block = &ssa->blocks[phi->block]; in zend_ssa_remove_phi_from_block() local
1460 for (j = block->start; j < block->start + block->len; j++) { in zend_ssa_remove_block()
1491 block->successors_count = 0; in zend_ssa_remove_block()
1492 block->predecessors_count = 0; in zend_ssa_remove_block()
1495 if (block->idom >= 0) { in zend_ssa_remove_block()
1498 ssa->cfg.blocks[block->idom].children = block->next_child; in zend_ssa_remove_block()
1509 block->idom = -1; in zend_ssa_remove_block()
1510 block->level = -1; in zend_ssa_remove_block()
1511 block->children = -1; in zend_ssa_remove_block()
[all …]

Completed in 32 milliseconds

123456