Home
last modified time | relevance | path

Searched refs:block (Results 76 – 100 of 145) sorted by relevance

123456

/php-src/Zend/tests/
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-src/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-src/ext/opcache/tests/
H A Dbug73789.phpt2 Bug #73789 (Strange behavior of class constants in switch/case block)
H A Djmp_elim_002.phpt2 Incorrect empty basic block elimination
/php-src/Zend/tests/try/
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-src/ext/hash/
H A Dhash_md.c119 static void MD4Transform(uint32_t state[4], const unsigned char block[64]) in MD4Transform()
123 Decode(x, block, 64); in MD4Transform()
296 static void MD2_Transform(PHP_MD2_CTX *context, const unsigned char *block) in MD2_Transform() argument
301 context->state[16+i] = block[i]; in MD2_Transform()
315 t = context->checksum[i] ^= MD2_S[block[i] ^ t]; in MD2_Transform()
H A Dhash_haval.c139 static void PHP_3HAVALTransform(uint32_t state[8], const unsigned char block[128]) in PHP_3HAVALTransform()
145 Decode(x, block, 128); in PHP_3HAVALTransform()
172 static void PHP_4HAVALTransform(uint32_t state[8], const unsigned char block[128]) in PHP_4HAVALTransform()
178 Decode(x, block, 128); in PHP_4HAVALTransform()
208 static void PHP_5HAVALTransform(uint32_t state[8], const unsigned char block[128]) in PHP_5HAVALTransform()
214 Decode(x, block, 128); in PHP_5HAVALTransform()
H A Dhash_ripemd.c219 static void RIPEMD128Transform(uint32_t state[4], const unsigned char block[64]) in RIPEMD128Transform()
226 RIPEMDDecode(x, block, 64); in RIPEMD128Transform()
311 static void RIPEMD256Transform(uint32_t state[8], const unsigned char block[64]) in RIPEMD256Transform()
318 RIPEMDDecode(x, block, 64); in RIPEMD256Transform()
410 static void RIPEMD160Transform(uint32_t state[5], const unsigned char block[64]) in RIPEMD160Transform()
417 RIPEMDDecode(x, block, 64); in RIPEMD160Transform()
510 static void RIPEMD320Transform(uint32_t state[10], const unsigned char block[64]) in RIPEMD320Transform()
517 RIPEMDDecode(x, block, 64); in RIPEMD320Transform()
/php-src/Zend/tests/fibers/
H A Dunfinished-fiber-with-suspend-in-finally.phpt27 unset($fiber); // Destroy fiber object, executing finally block.
H A Dno-switch-force-close-finally.phpt2 Cannot start a new fiber in a finally block in a force-closed fiber
H A Dunfinished-fiber-with-nested-try-catch.phpt38 unset($fiber); // Destroy fiber object, executing finally block.
H A Dunfinished-fiber-with-throw-in-finally.phpt37 unset($fiber); // Destroy fiber object, executing finally block.
/php-src/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-src/ext/reflection/tests/
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
/php-src/ext/standard/tests/streams/
H A Dbug51056.phpt2 Bug #51056 (fread() on blocking stream will block even if data is available)
H A Dbug77069.phpt2 Bug #77069 (stream filter loses final block of data)
/php-src/Zend/Optimizer/
H A Dsccp.c1826 int block_num, zend_basic_block *block, in sccp_mark_feasible_successors() argument
1839 scdf_mark_edge_feasible(scdf, block_num, block->successors[0]); in sccp_mark_feasible_successors()
1840 scdf_mark_edge_feasible(scdf, block_num, block->successors[1]); in sccp_mark_feasible_successors()
1852 for (s = 0; s < block->successors_count; s++) { in sccp_mark_feasible_successors()
1853 scdf_mark_edge_feasible(scdf, block_num, block->successors[s]); in sccp_mark_feasible_successors()
1939 s = block->successors_count - 1; in sccp_mark_feasible_successors()
1943 for (s = 0; s < block->successors_count; s++) { in sccp_mark_feasible_successors()
1948 scdf_mark_edge_feasible(scdf, block_num, block->successors[s]); in sccp_mark_feasible_successors()
2044 zend_basic_block *block = &ssa->cfg.blocks[phi->block]; in sccp_visit_phi() local
2055 if (scdf_is_edge_feasible(scdf, phi->pi, phi->block)) { in sccp_visit_phi()
[all …]
H A Ddce.c569 zend_basic_block *block = &ssa->cfg.blocks[b]; in dce_optimize_op_array() local
570 if (!(block->flags & ZEND_BB_REACHABLE)) { in dce_optimize_op_array()
573 i = block->start + block->len; in dce_optimize_op_array()
574 while (i > block->start) { in dce_optimize_op_array()
/php-src/ext/pdo_firebird/tests/
H A Dexecute_block.phpt19 execute block (a int = :e, b int = :d)
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dparser.h78 const lxb_css_syntax_cb_block_t *block,

Completed in 43 milliseconds

123456