Searched refs:k1 (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/Zend/tests/generators/ |
H A D | yield_precedence.phpt | 12 yield yield "k1" => yield "k2" => "a" . "b"; 13 yield yield "k1" => (yield "k2") => "a" . "b"; 14 var_dump([yield "k1" => yield "k2" => "a" . "b"]); 15 var_dump([yield "k1" => (yield "k2") => "a" . "b"]); 35 k1 => 6 38 k1 => 9 41 k1 => 12 47 k1 => 14
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_map_variation2.phpt | 7 $arr = array("k1" => "v1","k2"=>"v2"); 8 $arr[]=&$arr["k1"]; 27 ["k1"]=> 37 ["k1"]=> 56 ["k1"]=> 68 ["k1"]=> 103 ["k1"]=> 114 ["k1"]=>
|
/PHP-8.0/ext/sodium/tests/ |
H A D | crypto_shorthash.phpt | 8 $k1 = '0123456789ABCDEF'; 9 $h1 = sodium_crypto_shorthash($m1, $k1); 19 sodium_crypto_shorthash($m1, $k1 . $k2);
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_gb18030.c | 85 while (k1 < k2) { in mbfl_bisec_srch() 86 k = (k1+k2) >> 1; in mbfl_bisec_srch() 90 k1 = k + 1; in mbfl_bisec_srch() 95 return k1; in mbfl_bisec_srch() 107 while (k2 - k1 > 1) { in mbfl_bisec_srch2() 108 k = (k1 + k2) >> 1; in mbfl_bisec_srch2() 112 k1 = k; in mbfl_bisec_srch2() 286 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local 338 if (k1 >= 0) { in mbfl_filt_conv_wchar_gb18030() 357 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030() [all …]
|
H A D | mbfilter_cp936.c | 192 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local 228 k1 = 0; k2 = mbfl_cp936_pua_tbl_max; in mbfl_filt_conv_wchar_cp936() 229 while (k1 < k2) { in mbfl_filt_conv_wchar_cp936() 230 k = (k1 + k2) >> 1; in mbfl_filt_conv_wchar_cp936() 234 k1 = k + 1; in mbfl_filt_conv_wchar_cp936()
|
/PHP-8.0/ext/dba/libinifile/ |
H A D | inifile.c | 224 static int inifile_key_cmp(const key_type *k1, const key_type *k2) in inifile_key_cmp() argument 226 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp() 228 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp() 229 if (!strcasecmp(k1->name, k2->name)) { in inifile_key_cmp()
|
/PHP-8.0/ext/standard/ |
H A D | crypt_freesec.c | 373 uint32_t k0, k1, rawkey0, rawkey1; in des_setkey() local 412 k1 = key_perm_maskr[0][rawkey0 >> 25] in des_setkey() 430 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
|
/PHP-8.0/ |
H A D | run-tests.php | 2960 $k1 = key($old1); 2991 while ($k1 !== null || $k2 !== null) { 2992 if ($k1 == $l1 + 1 || $k2 === null) { 2993 $add_context_lines($k1); 2994 $l1 = $k1; 2996 $old_k1 = $k1; 2997 $k1 = next($old1) ? key($old1) : null; 3003 } elseif ($k1 < $mapping[$k2]) { 3004 $add_context_lines($k1); 3005 $l1 = $k1; [all …]
|
/PHP-8.0/ext/hash/ |
H A D | hash_gost.c | 26 #define round(tables, k1, k2) \ argument 27 t = (k1) + r; \
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 1027 int i, k1, n, n1; local 1036 k1 = b->k; 1039 k1++; 1040 b1 = Balloc(k1); 1048 k1 = 32 - k; 1052 z = *x++ >> k1; 1060 k1 = 16 - k; 1064 z = *x++ >> k1;
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.lua | 1108 local k1, cc, k2 = match(k, "^(.-)(..)([._].*)$") 1111 local v = rawget(t, k1..k2)
|
/PHP-8.0/ext/hash/tests/ |
H A D | fnv1a64.phpt | 212 array( '#aew:U]W\'{k1(iTOm1/`Dd:0JR@ea>6e {]:R<qZ8^', '3d7194b6e03cc23b' ),
|
Completed in 47 milliseconds