Home
last modified time | relevance | path

Searched refs:key2 (Results 51 – 67 of 67) sorted by relevance

123

/PHP-7.4/ext/dba/tests/
H A Ddba005.phpt14 dba_insert("key2", "Content String 2", $db_file);
H A Ddba006.phpt14 dba_insert("key2", "Content String 2", $db_file);
H A Ddba_optimize.phpt14 dba_insert("key2", "Content String 2", $db_file);
H A Ddba_sync.phpt14 dba_insert("key2", "Content String 2", $db_file);
H A Ddba010.phpt15 dba_insert(array("key2","name2"), "Content String 2", $db_file);
/PHP-7.4/ext/standard/tests/array/
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_chunk_basic1.phpt22 array('key1' => 1, "key2" => 2, "key3" => 3),
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_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_rand_variation4.phpt40 /*6*/ array('##' => "key1", '&$r' => 'key2', '!' => "key3", '<>' =>'key4',
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation4.phpt21 array("key1", "key2"),
H A Dimplode1.phpt42 array("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()
/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()

Completed in 46 milliseconds

123