Home
last modified time | relevance | path

Searched refs:j (Results 176 – 200 of 259) sorted by relevance

1234567891011

/PHP-7.4/ext/dom/
H A Dxpath.c134 int j; in dom_xpath_ext_function_php() local
137 for (j = 0; j < obj->nodesetval->nodeNr; j++) { in dom_xpath_ext_function_php()
138 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in dom_xpath_ext_function_php()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt85 array( '%+aVkw7Y9>3U+T\\j', '15c1ec76' ),
99 array( '\'1*j"NtSr87/aqtd;\'|', 'f40113e8' ),
105 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
167 array( '/Qx;Y\'*gOtgn<0j/WI1Q)]lC9w_Xcges:', '885fad78' ),
184 array( 'Y`w?NJ_ysqh#1)Hw-w{-m!Qc^9j^g;EB{=bK', '79ccb205' ),
187 array( 'xY,cJIlC;r]KT"77sY9t~BGo/b:@-X}&2*j\\T', '87e2ae2a' ),
199 array( 'JE5E5jpm_r`%G1cfNBnSy-vd=0V{j!N5Gc[\\NMJ', '22863e0e' ),
205 array( '(z]M*j#+\'r2_Z0/Da3e!"n_O.mTJltBto CzkF&r', '569492ba' ),
253 array( '.? j[I2Hv4:Z{-F0fm, A0mhLhOn0:c>Zc*6.=^%Qy`M(\']nuj', '9097fe8e' ),
261 array( 'oFOiW(j^7NIPy2b9`uo;1y`+6zh)\\n@L5p6mx!L0OvaJ)Dci;T&', '05e74ead' ),
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/PHP-7.4/ext/date/tests/
H A Dmktime_basic1.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dgmdate_variation3.phpt21 'Day without leading zeros' => 'j',
H A Dmktime_error.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dstrftime_variation7.phpt22 'Day of the year as a decimal number' => "%j",
H A Dgmstrftime_variation7.phpt21 'Day of the year as a decimal number' => "%j",
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt29 echo PHP_EOL, 'Test 1: j', PHP_EOL;
30 $string1 = 'abc' . str_repeat('j', 8187) . 'xyz'; // 8193 chars total works fine here (even 1 milli…
98 Test 1: j
H A Dpdo_oci_stream_1.phpt32 lob1 clob := 'abc' || lpad('j',30000,'j') || 'xyz';
/PHP-7.4/ext/standard/tests/array/
H A Darray_combine.phpt18 $j = array_combine($array3, $array2);
H A Drange.phpt174 string(1) "j"
244 string(1) "j"
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mac.c136 int i, j, n; in mbfl_filt_conv_sjis_mac_wchar() local
216 for (j=1; j<n-1; j++) { in mbfl_filt_conv_sjis_mac_wchar()
217 CK((*filter->output_function)(code_tbl_m[i][j], filter->data)); in mbfl_filt_conv_sjis_mac_wchar()
/PHP-7.4/ext/standard/tests/math/
H A Dhypot_basic.phpt44 for ($j = 0; $j < count($valuesx); $j++) {
45 echo "\nY:$valuesy[$i] X:$valuesx[$j] ";
46 $res = hypot($valuesy[$i], $valuesx[$j]);
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c466 int j; in zend_persist_class_entry_calc() local
473 for (j = 0; j < ce->trait_precedences[i]->num_excludes; j++) { in zend_persist_class_entry_calc()
474 ADD_INTERNED_STRING(ce->trait_precedences[i]->exclude_class_names[j]); in zend_persist_class_entry_calc()
/PHP-7.4/azure/
H A Dcoverage_job.yml20 - script: make -j$(/usr/bin/nproc) >/dev/null
/PHP-7.4/ext/spl/
H A Dspl_heap.c301 int i, j; in spl_ptr_heap_delete_top() local
317 for (i = 0; i < limit; i = j) { in spl_ptr_heap_delete_top()
319 j = i * 2 + 1; in spl_ptr_heap_delete_top()
320 …if (j != heap->count && heap->cmp(spl_heap_elem(heap, j+1), spl_heap_elem(heap, j), cmp_userdata) … in spl_ptr_heap_delete_top()
321 j++; /* next child is bigger */ in spl_ptr_heap_delete_top()
325 if(heap->cmp(bottom, spl_heap_elem(heap, j), cmp_userdata) < 0) { in spl_ptr_heap_delete_top()
326 spl_heap_elem_copy(heap, spl_heap_elem(heap, i), spl_heap_elem(heap, j)); in spl_ptr_heap_delete_top()
/PHP-7.4/tests/lang/
H A D025.phpt7 $j=$nr+1;
8 while ($j < 10) {
10 RekTest($j);
11 $j++;
12 echo " b $j ";
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch233 + int j;
234 + for (j = 0; j < MAGIC_SETS; j++) {
285 - size_t i, j;
309 - for (j = 0; j < MAGIC_SETS; j++) {
310 - if (add_mlist(ms->mlist[j], map, j) == -1) {
1285 for (j = 0; j < nelements && i < sh.sh_properties;
3440 + int i, j;
3446 + j += 2;
3449 + j += 4;
3452 + j++;
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt35 echo PHP_EOL, 'Test 1: j', PHP_EOL;
36 $string1 = 'abc' . str_repeat('j', 1000000) . 'xyz';
158 Test 1: j
/PHP-7.4/ext/ldap/
H A Dldap.c2211 int i, j, num_attribs, num_values, msgid; in php_ldap_do_modify() local
2284 for (j = 0; j < num_values; j++) { in php_ldap_do_modify()
2287 num_berval[i] = j; in php_ldap_do_modify()
2361 for (j = 0; j < num_berval[i]; j++) { in php_ldap_do_modify()
2362 efree(ldap_mods[i]->mod_bvalues[j]); in php_ldap_do_modify()
2577 int i, j, k; in PHP_FUNCTION() local
2657 for (j = 0; j < num_modprops; j++) { in PHP_FUNCTION()
2807 for (j = 0; j < num_modvals; j++) { in PHP_FUNCTION()
2813 ldap_mods[i]->mod_bvalues[j] = NULL; in PHP_FUNCTION()
2857 for (j = 0; ldap_mods[i]->mod_bvalues[j] != NULL; j++) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt46 $j = $i+1;
47 echo "\n-- Iteration $j --\n";
H A Dtempnam_variation2-win32.phpt47 $j = $i+1;
48 echo "\n-- Iteration $j --\n";
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs12_read_basic.phpt56 j+znHSISe7eM9wmW6ombab7zcJsCwXDYgtY/6OqRAQKBgQD6EXKfXThfnrN/od/Y
/PHP-7.4/Zend/
H A Dzend_hash.c1200 uint32_t j = i; in zend_hash_rehash() local
1217 j++; in zend_hash_rehash()
1242 j++; in zend_hash_rehash()
1246 ht->nNumUsed = j; in zend_hash_rehash()
2475 uint32_t i, j; in zend_hash_sort_ex() local
2487 for (j = 0, i = 0; j < ht->nNumUsed; j++) { in zend_hash_sort_ex()
2488 p = ht->arData + j; in zend_hash_sort_ex()
2490 if (i != j) { in zend_hash_sort_ex()
2505 for (j = 0; j < i; j++) { in zend_hash_sort_ex()
2506 p = ht->arData + j; in zend_hash_sort_ex()
[all …]

Completed in 97 milliseconds

1234567891011