Home
last modified time | relevance | path

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

/PHP-7.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-7.0/ext/standard/tests/array/
H A Darray_map_variation2.phpt37 ["k2"]=>
45 ["k2"]=>
59 ["k2"]=>
75 ["k2"]=>
90 ["k2"]=>
98 ["k2"]=>
128 ["k2"]=>
140 ["k2"]=>
148 ["k2"]=>
184 ["k2"]=>
[all …]
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c84 int k, k1 = 0, k2 = n-1; in mbfl_bisec_srch() local
86 while (k1 < k2) { in mbfl_bisec_srch()
87 k = (k1+k2) >> 1; in mbfl_bisec_srch()
89 k2 = k; in mbfl_bisec_srch()
102 int k, k1 = 0, k2 = n; in mbfl_bisec_srch2() local
108 while (k2 - k1 > 1) { in mbfl_bisec_srch2()
109 k = (k1 + k2) >> 1; in mbfl_bisec_srch2()
111 k2 = k; in mbfl_bisec_srch2()
287 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local
358 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030()
[all …]
H A Dmbfilter_cp936.c193 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local
229 k1 = 0; k2 = mbfl_cp936_pua_tbl_max; in mbfl_filt_conv_wchar_cp936()
230 while (k1 < k2) { in mbfl_filt_conv_wchar_cp936()
231 k = (k1 + k2) >> 1; in mbfl_filt_conv_wchar_cp936()
233 k2 = k; in mbfl_filt_conv_wchar_cp936()
/PHP-7.0/ext/spl/tests/
H A Ddllist_002.phpt16 foreach($dll as $k2=>$v2) {
17 echo "->$k2=>$v2\n";
/PHP-7.0/Zend/tests/
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
20 $c->arr[$cnt]["k2"] = $ref;
/PHP-7.0/ext/dba/libinifile/
H A Dinifile.c227 static int inifile_key_cmp(const key_type *k1, const key_type *k2) in inifile_key_cmp() argument
229 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
231 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp()
232 if (!strcasecmp(k1->name, k2->name)) { in inifile_key_cmp()
/PHP-7.0/
H A Drun-tests.php2319 reset($old2); $k2 = key($old2); $l2 = -2;
2321 while ($k1 !== null || $k2 !== null) {
2323 if ($k1 == $l1 + 1 || $k2 === null) {
2327 } else if ($k2 == $l2 + 1 || $k1 === null) {
2328 $l2 = $k2;
2330 $k2 = next($old2) ? key($old2) : null;
2331 } else if ($k1 < $k2) {
2336 $l2 = $k2;
2338 $k2 = next($old2) ? key($old2) : null;
/PHP-7.0/ext/hash/
H A Dhash_gost.c30 #define round(tables, k1, k2) \ argument
34 t = (k2) + l; \

Completed in 45 milliseconds