Home
last modified time | relevance | path

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

123456

/php-src/Zend/tests/stack_limit/
H A Dstack_limit_007.phpt23 // We should not enter the catch block if we haven't executed at
24 // least one op in the try block
/php-src/Zend/Optimizer/
H A Dzend_ssa.h69 int block; /* current BB index */ member
211 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_ssa_next_use_phi()
265 ((phi)->pi >= 0 ? 1 : (ssa->cfg.blocks[(phi)->block].predecessors_count))
306 #define FOREACH_BLOCK(block) do { \ argument
309 (block) = &ssa->cfg.blocks[_i]; \
310 if (!((block)->flags & ZEND_BB_REACHABLE)) { \
H A Dzend_ssa.c1139 phi->block = i; in zend_ssa_compute_use_def_chains()
1354 zend_ssa_block *block = &ssa->blocks[phi->block]; in zend_ssa_remove_phi_from_block() local
1517 for (j = block->start; j < block->start + block->len; j++) { in zend_ssa_remove_block()
1558 block->successors_count = 0; in zend_ssa_remove_block_from_cfg()
1559 block->predecessors_count = 0; in zend_ssa_remove_block_from_cfg()
1562 if (block->idom >= 0) { in zend_ssa_remove_block_from_cfg()
1565 ssa->cfg.blocks[block->idom].children = block->next_child; in zend_ssa_remove_block_from_cfg()
1576 block->idom = -1; in zend_ssa_remove_block_from_cfg()
1577 block->level = -1; in zend_ssa_remove_block_from_cfg()
1578 block->children = -1; in zend_ssa_remove_block_from_cfg()
[all …]
/php-src/Zend/tests/try/
H A Dfinally_goto_003.phpt2 jmp into a finally block 03
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)
/php-src/Zend/tests/match/
H A D044.phpt2 Incorrect cfg block marking for two arm match
/php-src/Zend/tests/
H A Dbug27731.phpt2 Bug #27731 (error_reporing() call inside @ block does not work correctly)
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 Dexit_finally_1.phpt6 // TODO: In the future, we should execute the finally block.
/php-src/Zend/tests/throw/
H A Dexit_in_finally.phpt2 Test exit with uncaught exception in finally block
/php-src/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-src/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-src/Zend/tests/traits/bugs/
H A Doverridding-static-property-with-doc-block.phpt2 Overriding a static property where both declarations have a doc block does not leak memory
/php-src/ext/dom/lexbor/lexbor/css/
H A Dat_rule.h22 lexbor_str_t block; member
29 lexbor_str_t block; member
/php-src/ext/skeleton/
H A Dconfig.m4.in24 dnl Remove this code block if the library does not support pkg-config.
35 dnl Remove this code block if the library supports pkg-config.
56 dnl Remove this code block if the library supports pkg-config.
60 dnl Remove this code block if the library supports pkg-config.
/php-src/ext/opcache/tests/jit/
H A Dunreachable_block.phpt2 JIT unreachable_block with block order

Completed in 51 milliseconds

123456