/PHP-7.0/ext/hash/ |
H A D | hash_ripemd.c | 212 for(j = 0; j < 16; j++) { in RIPEMD128Transform() 219 for(j = 16; j < 32; j++) { in RIPEMD128Transform() 226 for(j = 32; j < 48; j++) { in RIPEMD128Transform() 233 for(j = 48; j < 64; j++) { in RIPEMD128Transform() 303 for(j = 0; j < 16; j++) { in RIPEMD256Transform() 311 for(j = 16; j < 32; j++) { in RIPEMD256Transform() 319 for(j = 32; j < 48; j++) { in RIPEMD256Transform() 327 for(j = 48; j < 64; j++) { in RIPEMD256Transform() 401 for(j = 0; j < 16; j++) { in RIPEMD160Transform() 408 for(j = 16; j < 32; j++) { in RIPEMD160Transform() [all …]
|
/PHP-7.0/ext/opcache/Optimizer/ |
H A D | nop_removal.c | 38 int j; in zend_optimizer_nop_removal() local 112 for (j = 0; j < op_array->last_brk_cont; j++) { in zend_optimizer_nop_removal() 113 op_array->brk_cont_array[j].brk -= shiftlist[op_array->brk_cont_array[j].brk]; in zend_optimizer_nop_removal() 114 op_array->brk_cont_array[j].cont -= shiftlist[op_array->brk_cont_array[j].cont]; in zend_optimizer_nop_removal() 115 op_array->brk_cont_array[j].start -= shiftlist[op_array->brk_cont_array[j].start]; in zend_optimizer_nop_removal() 119 for (j = 0; j < op_array->last_try_catch; j++) { in zend_optimizer_nop_removal() 120 op_array->try_catch_array[j].try_op -= shiftlist[op_array->try_catch_array[j].try_op]; in zend_optimizer_nop_removal() 121 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in zend_optimizer_nop_removal() 122 if (op_array->try_catch_array[j].finally_op) { in zend_optimizer_nop_removal() 123 op_array->try_catch_array[j].finally_op -= shiftlist[op_array->try_catch_array[j].finally_op]; in zend_optimizer_nop_removal() [all …]
|
H A D | compact_literals.c | 341 j = 0; in zend_optimizer_compact_literals() 362 j++; in zend_optimizer_compact_literals() 371 j++; in zend_optimizer_compact_literals() 381 j++; in zend_optimizer_compact_literals() 392 j++; in zend_optimizer_compact_literals() 407 j++; in zend_optimizer_compact_literals() 421 j++; in zend_optimizer_compact_literals() 476 j++; in zend_optimizer_compact_literals() 481 j++; in zend_optimizer_compact_literals() 488 map[i] = j; in zend_optimizer_compact_literals() [all …]
|
/PHP-7.0/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.0/Zend/ |
H A D | zend_sort.c | 184 j = i - siz; in zend_insert_sort() 189 j -= siz; in zend_insert_sort() 191 j += siz; in zend_insert_sort() 200 j = i - siz; in zend_insert_sort() 205 j -= siz2; in zend_insert_sort() 207 j += siz; in zend_insert_sort() 217 j -= siz; in zend_insert_sort() 324 char *i, *j; in zend_sort() local 347 j -= siz; in zend_sort() 352 j -= siz; in zend_sort() [all …]
|
H A D | bench.php | 234 $j = $l << 1; 235 while ($j <= $ir) { 236 if (($j < $ir) && ($ra[$j] < $ra[$j+1])) { 237 $j++; 239 if ($rra < $ra[$j]) { 240 $ra[$i] = $ra[$j]; 241 $j += ($i = $j); 243 $j = $ir + 1; 271 for ($j=0; $j<$cols; $j++) { 281 for ($j=0; $j<$cols; $j++) { [all …]
|
/PHP-7.0/ext/skeleton/ |
H A D | create_stubs | 12 function convert(i, j, t) 14 type = argtypes[i,j] 15 name = argnames[i,j] 16 opt = optionals[i,j] 204 for (j = 0; j < maxargs[i]; j++) { 214 if (j > minargs[i]-1) { 221 argnames[i,j] \ 226 argnames[i,j] \ 230 if (j > 0) proto = proto ", " 231 proto = proto argtypes[i,j] " " argnames[i,j] [all …]
|
/PHP-7.0/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 308 for (j = rlp->used; j > i; j -= 2) { in add_range() 437 for (j = rlp->used; j > i; j -= 2) { in ordered_range_insert() 496 for (j = *pdecomps_used; j > i; j--) in add_decomp() 560 for (j = title_used; j > i; j--) in add_title() 607 for (j = upper_used; j > i; j--) in add_upper() 654 for (j = lower_used; j > i; j--) in add_lower() 725 for (j = ccl_used; j > i; j -= 3) { in ordered_ccl_insert() 804 for (j = ncodes_used; j > i; j--) { in add_number() 1391 for (j=0; j<proptbl[i].used; j++) { in write_cdata() 1616 for (j=0; j<decomps[i].used; j++) { in write_cdata() [all …]
|
/PHP-7.0/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 | 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 | bug51263.phpt | 20 for ($j=0; $j<30; $j++) { 22 $c = imagecolorat($img, $i, $j); 24 echo "KO: ($i, $j)\n";
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_filter.c | 239 int x, y, i, j, new_a; in gdImageConvolution() local 269 for (j=0; j<3; j++) { in gdImageConvolution() 300 int x, y, i, j; in gdImageSelectiveBlur() local 330 for (j=0; j<3; j++) { in gdImageSelectiveBlur() 346 flt_r[j][i] = 1.0f; in gdImageSelectiveBlur() 357 flt_g[j][i] = 1.0f; in gdImageSelectiveBlur() 368 flt_b[j][i] = 1.0f; in gdImageSelectiveBlur() 372 flt_r_sum += flt_r[j][i]; in gdImageSelectiveBlur() 373 flt_g_sum += flt_g[j][i]; in gdImageSelectiveBlur() 378 for (j=0; j<3; j++) { in gdImageSelectiveBlur() [all …]
|
H A D | gdkanji.c | 385 int p1, p2, i, j; in do_convert() 389 j = 0; in do_convert() 419 to[j++] = SS2; in do_convert() 423 to[j++] = from[i]; in do_convert() 433 to[j++] = p1; in do_convert() 437 to[j++] = p1; in do_convert() 454 if (j >= BUFSIZ) in do_convert() 460 to[j] = '\0'; in do_convert() 468 int p1, p2, i, j; in do_check_and_conv() local 519 j = 0; in do_check_and_conv() [all …]
|
H A D | webpng.c | 139 int j; in main() local 144 for (j = 0; (j < gdImageColorsTotal (im)); j++) in main() 148 j, in main() 149 gdImageRed (im, j), in main() 150 gdImageGreen (im, j), in main() 151 gdImageBlue (im, j), in main() 152 gdImageAlpha (im, j)); in main()
|
/PHP-7.0/scripts/dev/ |
H A D | check_parameters.php | 216 $j = -1; 245 check_param($params, ++$j, 'zend_bool*', $optional); 255 check_param($params, ++$j, 'zval**', $optional); 256 check_param($params, ++$j, 'int*', $optional); 265 if ($optional && !$params[$j-1][2] && !$params[$j][2] 266 && $params[$j-1][0] !== '**dummy**' && $params[$j][0] !== '**dummy**') { 267 error("one of optional vars {$params[$j-1][0]} or {$params[$j][0]} must be initialized", 1); 273 check_param($params, ++$j, 'zend_class_entry**', false); 327 $j = 0; 332 $j += strlen($lines[$i]) + strlen(@$lines[++$i]); [all …]
|
/PHP-7.0/ext/standard/ |
H A D | crypt_freesec.c | 232 for (j = 0; j < 64; j++) { in _crypt_extended_init() 233 b = (j & 0x20) | ((j & 1) << 4) | ((j >> 1) & 0xf); in _crypt_extended_init() 243 for (j = 0; j < 64; j++) in _crypt_extended_init() 283 for (j = 0; j < 8; j++) { in _crypt_extended_init() 284 inbit = 8 * k + j; in _crypt_extended_init() 300 for (j = 0; j < 7; j++) { in _crypt_extended_init() 301 inbit = 8 * k + j; in _crypt_extended_init() 313 for (j = 0; j < 7; j++) { in _crypt_extended_init() 314 inbit = 7 * k + j; in _crypt_extended_init() 337 for (j = 0; j < 8; j++) { in _crypt_extended_init() [all …]
|
H A D | base64.c | 139 int ch, i = 0, j = 0, padding = 0; in php_base64_decode_ex() local 182 ZSTR_VAL(result)[j] = ch << 2; in php_base64_decode_ex() 185 ZSTR_VAL(result)[j++] |= ch >> 4; in php_base64_decode_ex() 186 ZSTR_VAL(result)[j] = (ch & 0x0f) << 4; in php_base64_decode_ex() 189 ZSTR_VAL(result)[j++] |= ch >>2; in php_base64_decode_ex() 190 ZSTR_VAL(result)[j] = (ch & 0x03) << 6; in php_base64_decode_ex() 193 ZSTR_VAL(result)[j++] |= ch; in php_base64_decode_ex() 199 ZSTR_LEN(result) = j; in php_base64_decode_ex()
|
/PHP-7.0/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.0/ext/pcre/pcrelib/ |
H A D | pcre_ord2utf8.c | 70 register int i, j; in PRIV() local 75 for (j = i; j > 0; j--) in PRIV()
|
/PHP-7.0/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.0/ext/fileinfo/ |
H A D | create_data_file.php | 6 $j = 0; variable 11 if ($j % 16 == 15) { 14 $j++;
|
/PHP-7.0/TSRM/ |
H A D | TSRM.c | 178 int j; in tsrm_shutdown() local 181 for (j=0; j<p->count; j++) { in tsrm_shutdown() 182 if (p->storage[j]) { in tsrm_shutdown() 184 resource_types_table[j].dtor(p->storage[j]); in tsrm_shutdown() 186 free(p->storage[j]); in tsrm_shutdown() 253 int j; in ts_allocate_id() local 256 for (j=p->count; j<id_count; j++) { in ts_allocate_id() 257 p->storage[j] = (void *) malloc(resource_types_table[j].size); in ts_allocate_id() 259 resource_types_table[j].ctor(p->storage[j]); in ts_allocate_id() 551 if (p->count > j && p->storage[j]) { in ts_free_id() [all …]
|
/PHP-7.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_stream_2b.phpt | 25 $j = 9; 41 ($b1 != ($a_val + $j)) && ($str2len != (4086 + $j))) { 52 printf("j = %d\n", $j); 59 $j--; 60 if ($j<0) 61 $j = 9;
|
/PHP-7.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_language.c | 93 int i, j; in mbfl_name2language() local 117 j = 0; in mbfl_name2language() 118 while ((*language->aliases)[j] != NULL) { in mbfl_name2language() 119 if (strcasecmp((*language->aliases)[j], name) == 0) { in mbfl_name2language() 122 j++; in mbfl_name2language()
|