Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 25 of 67) sorted by last modified time

123

/PHP-7.4/ext/dba/tests/
H A Ddba_tcadb.phpt37 ["key2"]=>
54 ["key2"]=>
H A Ddba015.phpt32 dba_insert("key2", "This is a test insert 2", $db_file2);
34 echo dba_fetch("key2", $db_file2), "\n";
39 echo dba_fetch("key2", $db_file1), "\n";
48 echo dba_fetch("key2", $db_file1), "\n";
/PHP-7.4/ext/soap/
H A Dphp_schema.c1857 smart_str key2 = {0}; in schema_attribute() local
1880 smart_str_appends(&key2, (char*)nsPtr->href); in schema_attribute()
1881 smart_str_appendc(&key2, ':'); in schema_attribute()
1882 smart_str_appends(&key2, (char*)attr->name); in schema_attribute()
1883 smart_str_0(&key2); in schema_attribute()
1884 zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext); in schema_attribute()
1885 smart_str_free(&key2); in schema_attribute()
/PHP-7.4/tests/lang/
H A D031.phpt6 $arrayOuter = array("key1","key2");
58 inloop 0 for key2
59 inloop 1 for key2
66 inloop 0 for key2
67 inloop 1 for key2
71 inloop 0 for key2
72 inloop 1 for key2
/PHP-7.4/ext/standard/tests/strings/
H A Dimplode1.phpt42 array("key1", "key2"),
H A Djoin_variation4.phpt21 array("key1", "key2"),
/PHP-7.4/ext/standard/tests/array/
H A Dbug43495.phpt5 $a=array("key1"=>array("key2"=>array()));
6 $a["key1"]["key2"]["key3"]=&$a;
8 $b=array("key1"=>array("key2"=>array()));
9 $b["key1"]["key2"]["key3"]=&$b;
14 $a["key1"]["key2"]["key3"] = null;
15 $b["key1"]["key2"]["key3"] = null;
H A Darray_intersect_ukey_variation1.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2)
22 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation2.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2)
22 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation4.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 == $key2)
23 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation5.phpt19 function key_compare_func($key1, $key2)
21 if ($key1 == $key2)
24 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation6.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 == $key2)
23 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation7.phpt19 function key_compare_func($key1, $key2)
21 if ($key1 == $key2)
24 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation9.phpt18 static function static_compare_func($key1, $key2) {
19 return strcasecmp($key1, $key2);
22 public function class_compare_func($key1, $key2) {
23 return strcasecmp($key1, $key2);
H A Darray_diff_uassoc_variation5.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation6.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation7.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 === $key2) {
22 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation8.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_diff_ukey_variation1.phpt16 function key_compare_func($key1, $key2)
18 if ($key1 == $key2) {
21 return ($key1 > $key2)? 1:-1;
H A Darray_diff_ukey_variation2.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 == $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_diff_ukey_variation3.phpt16 function key_compare_func($key1, $key2)
18 if ($key1 == $key2) {
21 return ($key1 > $key2)? 1:-1;
H A Darray_diff_ukey_variation6.phpt21 function key_compare_func($key1, $key2)
23 return strcasecmp($key1, $key2);
H A Darray_diff_ukey_variation7.phpt16 function key_compare_func($key1, $key2)
18 return strcasecmp($key1, $key2);
H A Darray_diff_ukey_variation8.phpt16 function key_compare_func($key1, $key2)
18 return strcasecmp($key1, $key2);
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c257 char* key2 = ((collator_sort_key_index_t*)p2)->key; in collator_cmp_sort_keys() local
259 return strcmp( key1, key2 ); in collator_cmp_sort_keys()

Completed in 43 milliseconds

123