/PHP-7.4/ext/hash/ |
H A D | hash_ripemd.c | 214 for(j = 0; j < 16; j++) { in RIPEMD128Transform() 221 for(j = 16; j < 32; j++) { in RIPEMD128Transform() 228 for(j = 32; j < 48; j++) { in RIPEMD128Transform() 235 for(j = 48; j < 64; j++) { in RIPEMD128Transform() 305 for(j = 0; j < 16; j++) { in RIPEMD256Transform() 313 for(j = 16; j < 32; j++) { in RIPEMD256Transform() 321 for(j = 32; j < 48; j++) { in RIPEMD256Transform() 329 for(j = 48; j < 64; j++) { in RIPEMD256Transform() 403 for(j = 0; j < 16; j++) { in RIPEMD160Transform() 410 for(j = 16; j < 32; j++) { in RIPEMD160Transform() [all …]
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_dfg.c | 31 int j; in zend_build_dfg() local 41 for (j = 0; j < blocks_count; j++) { in zend_build_dfg() 48 end = opline + blocks[j].len; in zend_build_dfg() 57 DFG_SET(use, set_size, j, var_num); in zend_build_dfg() 58 DFG_SET(def, set_size, j, var_num); in zend_build_dfg() 68 DFG_SET(use, set_size, j, var_num); in zend_build_dfg() 201 DFG_SET(def, set_size, j, var_num); in zend_build_dfg() 214 for (j = 0; j < blocks_count; j++) { in zend_build_dfg() 215 zend_bitset_incl(worklist, j); in zend_build_dfg() 221 zend_bitset_excl(worklist, j); in zend_build_dfg() [all …]
|
H A D | zend_cfg.c | 122 for (j = 0; j < op_array->last_try_catch; j++) { in zend_mark_reachable_blocks() 209 for (j = b->start; j < b->start + b->len; j++) { in zend_mark_reachable_blocks() 442 for (j = 0; j < op_array->last_try_catch; j++) { in zend_build_cfg() 487 for (j = 0; j < blocks_count; j++) { in zend_build_cfg() 621 for (j = 0; j < cfg->blocks_count; j++) { in zend_cfg_build_predecessors() 685 for (j = 1; j < blocks_count; j++) { in zend_cfg_compute_dominators_tree() 716 for (j = 1; j < blocks_count; j++) { in zend_cfg_compute_dominators_tree() 737 for (j = 0; j < blocks_count; j++) { in zend_cfg_compute_dominators_tree() 811 for (j = blocks[i].children; j >= 0; j = blocks[j].next_child) { in zend_cfg_identify_loops() 817 for (j = 0; j < blocks[i].successors_count; j++) { in zend_cfg_identify_loops() [all …]
|
H A D | nop_removal.c | 38 int j; in zend_optimizer_nop_removal() local 85 for (j = 0; j < op_array->last_try_catch; j++) { in zend_optimizer_nop_removal() 86 op_array->try_catch_array[j].try_op -= shiftlist[op_array->try_catch_array[j].try_op]; in zend_optimizer_nop_removal() 87 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_optimizer_nop_removal() 88 if (op_array->try_catch_array[j].finally_op) { in zend_optimizer_nop_removal() 89 op_array->try_catch_array[j].finally_op -= shiftlist[op_array->try_catch_array[j].finally_op]; in zend_optimizer_nop_removal() 90 op_array->try_catch_array[j].finally_end -= shiftlist[op_array->try_catch_array[j].finally_end]; in zend_optimizer_nop_removal()
|
H A D | zend_ssa.c | 233 for (j = 0; j < blocks_count; j++) { in place_essa_pis() 824 for (j = 0; j < blocks[succ].predecessors_count; j++) { in zend_ssa_rename() 833 for (j = 0; j < blocks[succ].predecessors_count; j++) in zend_ssa_rename() 867 j = blocks[j].next_child; in zend_ssa_rename() 933 for (j = 0; j < blocks_count; j++) { in zend_build_ssa() 969 for (j = 0; j < blocks_count; j++) { in zend_build_ssa() 1013 for (j = 0; j < op_array->last_var; j++) { in zend_build_ssa() 1014 var[j] = j; in zend_build_ssa() 1306 for (j = 0; j < predecessors_count; j++) { in zend_ssa_remove_phi_source() 1378 for (j = 0; j < next_block->predecessors_count; j++) { in zend_ssa_remove_predecessor() [all …]
|
H A D | compact_literals.c | 313 j = 0; in zend_optimizer_compact_literals() 333 j++; in zend_optimizer_compact_literals() 344 j++; in zend_optimizer_compact_literals() 355 j++; in zend_optimizer_compact_literals() 371 j++; in zend_optimizer_compact_literals() 392 j += 2; in zend_optimizer_compact_literals() 409 j++; in zend_optimizer_compact_literals() 449 j++; in zend_optimizer_compact_literals() 454 j++; in zend_optimizer_compact_literals() 468 j++; in zend_optimizer_compact_literals() [all …]
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_strcut_negative_length.phpt | 7 var_dump(mb_strcut('Déjà vu', 1, -3)); 8 var_dump(mb_strcut('Déjà vu', 1, -4)); 9 var_dump(mb_strcut('Déjà vu', 1, -5)); 10 var_dump(mb_strcut('Déjà vu', 1, -6)); 11 var_dump(mb_strcut('Déjà vu', 1, -999)); 14 string(5) "éjà" 15 string(3) "éj" 16 string(3) "éj"
|
/PHP-7.4/tests/lang/ |
H A D | 024.phpt | 29 $j = 3; 112 $i=$j=0; 116 $j++; 149 $j = $i*2+$j*($i++); 172 $j += ++$i; /* ++$i --> $i==2, $j += 2 --> $j==2 */ 183 $j *= $i; /* $j *= 2 --> $j == 4 */ 219 $j=20; 244 ${"test$i$j"}[$k] = $i+$j+$k; 328 echo " \$j=$j\n"; 354 echo " \$j=$j\n"; [all …]
|
H A D | 023.phpt | 198 $j=3<br> 201 $j=4<br> 205 $j=0<br> 206 $j=1<br> 207 $j=2<br> 214 $j=3<br> 217 $j=4<br> 221 $j=0<br> 222 $j=1<br> 223 $j=2<br> [all …]
|
/PHP-7.4/Zend/ |
H A D | zend_sort.c | 182 j = i - siz; in zend_insert_sort() 187 j -= siz; in zend_insert_sort() 189 j += siz; in zend_insert_sort() 198 j = i - siz; in zend_insert_sort() 203 j -= siz2; in zend_insert_sort() 205 j += siz; in zend_insert_sort() 215 j -= siz; in zend_insert_sort() 322 char *i, *j; in zend_sort() local 345 j -= siz; in zend_sort() 350 j -= siz; in zend_sort() [all …]
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | bug78612.phpt | 10 for ($j=0; $j<10; $j++) { 11 $find_replace[$_a + $j] = $_b + $j;
|
/PHP-7.4/ext/gd/tests/ |
H A D | bug43073.phpt | 43 for ($j = 0; $j < 8; $j++) { 44 if ($bbox[$j] >= $exp[$i][$j] - 1 && $bbox[$j] <= $exp[$i][$j] + 1) { 47 echo "(expected $exp[$i][$j], got $bbox[$j])";
|
H A D | imagecopyresampled_variation1.phpt | 23 for ($j = 0; $j < imagesy($im); $j++) { 24 imagesetpixel($im, $i, $j, ($i%2 != $j%2 ? $solid : $transparent)); 37 for ($j = 0; $j < imagesy($copy); $j++) { 38 if (imagecolorat($copy, $i, $j) != $color) {
|
H A D | bug74435.phpt | 14 for ($j = 0; $j < $height; $j += 16) { 15 if (($index = imagecolorat($im, $i, $j)) >= 2) { 18 echo "unexpected color at ($i, $j)\n";
|
H A D | bug53580.phpt | 25 for ($j = 0; $j < $h1; $j++) { 26 if (($c1 = imagecolorat($im1, $i, $j)) !== $c0) { 27 printf("%d,%d = %d\n", $i, $j, $c1);
|
/PHP-7.4/Zend/tests/ |
H A D | call_user_func_008.phpt | 12 $i = $j = 0; 13 var_dump(call_user_func('test', $i, $j)); 14 var_dump($i, $j); 16 var_dump(call_user_func_array('test', [$i, $j])); 17 var_dump($i, $j); 19 $x =& $i; $y =& $j; 20 var_dump(call_user_func('test', $i, $j)); 21 var_dump($i, $j); 23 var_dump(call_user_func_array('test', [$i, $j])); 24 var_dump($i, $j);
|
/PHP-7.4/scripts/dev/ |
H A D | check_parameters.php | 214 $j = -1; 243 check_param($params, ++$j, 'zend_bool*', $optional); 253 check_param($params, ++$j, 'zval**', $optional); 254 check_param($params, ++$j, 'int*', $optional); 263 if ($optional && !$params[$j-1][2] && !$params[$j][2] 264 … && $params[$j-1][0] !== '**dummy**' && $params[$j][0] !== '**dummy**') { 265 … error("one of optional vars {$params[$j-1][0]} or {$params[$j][0]} must be initialized", 1); 271 check_param($params, ++$j, 'zend_class_entry**', false); 325 $j = 0; 330 $j += strlen($lines[$i]) + strlen(@$lines[++$i]); [all …]
|
/PHP-7.4/ext/date/tests/ |
H A D | date_diff.phpt | 23 for ( $j = 0; $j < COUNT * 12; $j++) 25 $diff = date_diff( $dates[$i], $dates[$j] ); 29 $dates[$j]->format( 'Y-m-d' ), 37 if ( $current > $dates[$j] ) 45 if ( $current != $dates[$j] ) 51 $dates[$j]->format( 'Y-m-d' ), ")\n";
|
/PHP-7.4/ext/standard/ |
H A D | crypt_freesec.c | 228 for (j = 0; j < 64; j++) { in _crypt_extended_init() 229 b = (j & 0x20) | ((j & 1) << 4) | ((j >> 1) & 0xf); in _crypt_extended_init() 239 for (j = 0; j < 64; j++) in _crypt_extended_init() 279 for (j = 0; j < 8; j++) { in _crypt_extended_init() 280 inbit = 8 * k + j; in _crypt_extended_init() 296 for (j = 0; j < 7; j++) { in _crypt_extended_init() 297 inbit = 8 * k + j; in _crypt_extended_init() 309 for (j = 0; j < 7; j++) { in _crypt_extended_init() 310 inbit = 7 * k + j; in _crypt_extended_init() 333 for (j = 0; j < 8; j++) { in _crypt_extended_init() [all …]
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_filter.c | 337 int x, y, i, j, new_a; in gdImageConvolution() local 368 for (j=0; j<3; j++) { in gdImageConvolution() 399 int x, y, i, j; in gdImageSelectiveBlur() local 429 for (j=0; j<3; j++) { in gdImageSelectiveBlur() 445 flt_r[j][i] = 1.0f; in gdImageSelectiveBlur() 456 flt_g[j][i] = 1.0f; in gdImageSelectiveBlur() 467 flt_b[j][i] = 1.0f; in gdImageSelectiveBlur() 471 flt_r_sum += flt_r[j][i]; in gdImageSelectiveBlur() 472 flt_g_sum += flt_g[j][i]; in gdImageSelectiveBlur() 477 for (j=0; j<3; j++) { in gdImageSelectiveBlur() [all …]
|
H A D | gdkanji.c | 379 int p1, p2, i, j; in do_convert() 383 j = 0; in do_convert() 413 to[j++] = SS2; in do_convert() 417 to[j++] = from[i]; in do_convert() 427 to[j++] = p1; in do_convert() 431 to[j++] = p1; in do_convert() 448 if (j >= BUFSIZ) in do_convert() 454 to[j] = '\0'; in do_convert() 462 int p1, p2, i, j; in do_check_and_conv() local 513 j = 0; in do_check_and_conv() [all …]
|
/PHP-7.4/ext/opcache/tests/ |
H A D | bug74431.phpt | 13 $j = 0; 21 $j++; 22 echo $j."\n"; 23 if ($j>10) break;
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_sum.phpt | 17 $j = 0; 18 while ($j++ < 100000) { 19 $c[] = $j; 20 $d[] = (string) $j;
|
/PHP-7.4/TSRM/ |
H A D | TSRM.c | 209 int j; in tsrm_shutdown() local 212 for (j=0; j<p->count; j++) { in tsrm_shutdown() 213 if (p->storage[j]) { in tsrm_shutdown() 215 resource_types_table[j].dtor(p->storage[j]); in tsrm_shutdown() 218 free(p->storage[j]); in tsrm_shutdown() 274 int j; in tsrm_update_active_threads() local 277 for (j=p->count; j<id_count; j++) { in tsrm_update_active_threads() 281 p->storage[j] = (void *) malloc(resource_types_table[j].size); in tsrm_update_active_threads() 284 resource_types_table[j].ctor(p->storage[j]); in tsrm_update_active_threads() 619 if (p->count > j && p->storage[j]) { in ts_free_id() [all …]
|
/PHP-7.4/ext/fileinfo/ |
H A D | create_data_file.php | 7 $j = 0; variable 12 if ($j % 16 == 15) { 15 $j++;
|