Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/Zend/tests/generators/
H A Dyield_precedence.phpt12 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"]);
34 k2 => ab
37 3 => k2
40 k2 => ab
46 11 => k2
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_variation2.phpt7 $arr = array("k1" => "v1","k2"=>"v2");
29 ["k2"]=>
42 ["k2"]=>
58 ["k2"]=>
70 ["k2"]=>
105 ["k2"]=>
116 ["k2"]=>
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_shorthash.phpt11 $k2 = '0123456789abcdef';
12 $h2 = sodium_crypto_shorthash($m1, $k2);
15 $h3 = sodium_crypto_shorthash($m2, $k2);
19 sodium_crypto_shorthash($m1, $k1 . $k2);
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c83 int k, k1 = 0, k2 = n-1; in mbfl_bisec_srch() local
85 while (k1 < k2) { in mbfl_bisec_srch()
86 k = (k1+k2) >> 1; in mbfl_bisec_srch()
88 k2 = k; in mbfl_bisec_srch()
101 int k, k1 = 0, k2 = n; in mbfl_bisec_srch2() local
107 while (k2 - k1 > 1) { in mbfl_bisec_srch2()
108 k = (k1 + k2) >> 1; in mbfl_bisec_srch2()
110 k2 = k; in mbfl_bisec_srch2()
286 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local
357 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030()
[all …]
H A Dmbfilter_cp936.c192 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()
232 k2 = k; in mbfl_filt_conv_wchar_cp936()
/PHP-8.0/ext/spl/tests/
H A Ddllist_002.phpt16 foreach($dll as $k2=>$v2) {
17 echo "->$k2=>$v2\n";
/PHP-8.0/Zend/tests/
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
20 $c->arr[$cnt]["k2"] = $ref;
/PHP-8.0/ext/dba/libinifile/
H A Dinifile.c224 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/
H A Drun-tests.php2963 $k2 = key($old2);
2991 while ($k1 !== null || $k2 !== null) {
2992 if ($k1 == $l1 + 1 || $k2 === null) {
2998 } elseif ($k2 == $l2 + 1 || $k1 === null) {
2999 $add_context_lines($mapping[$k2]);
3000 $l2 = $k2;
3002 $k2 = next($old2) ? key($old2) : null;
3003 } elseif ($k1 < $mapping[$k2]) {
3009 $add_context_lines($mapping[$k2]);
3010 $l2 = $k2;
[all …]
/PHP-8.0/ext/hash/
H A Dhash_gost.c26 #define round(tables, k1, k2) \ argument
30 t = (k2) + l; \
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua1108 local k1, cc, k2 = match(k, "^(.-)(..)([._].*)$")
1111 local v = rawget(t, k1..k2)

Completed in 35 milliseconds