Home
last modified time | relevance | path

Searched refs:key1 (Results 51 – 71 of 71) sorted by relevance

123

/PHP-7.3/ext/dba/tests/
H A Ddba_db4_sync.phpt15 dba_insert("key1", "Content String 1", $db_file);
H A Ddba004.phpt13 dba_insert("key1", "Content String 1", $db_file);
H A Ddba005.phpt13 dba_insert("key1", "Content String 1", $db_file);
H A Ddba_handler.inc7 dba_insert("key1", "Content String 1", $db_file);
14 dba_delete("key1", $db_file);
H A Ddba_optimize.phpt13 dba_insert("key1", "Content String 1", $db_file);
H A Ddba_sync.phpt13 dba_insert("key1", "Content String 1", $db_file);
H A Ddba010.phpt14 dba_insert(array("key1", "name1") , "Content String 1", $db_file);
/PHP-7.3/ext/spl/tests/
H A Dbug68128.phpt17 foreach ($rRegexIterator as $key1 => $value1) {
/PHP-7.3/ext/standard/tests/array/
H A Darray_rand_variation4.phpt23 2e2 => 'exp key1', -2e3 => 'negative exp key'),
40 /*6*/ array('##' => "key1", '&$r' => 'key2', '!' => "key3", '<>' =>'key4',
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_flip_variation5.phpt37 $input = array('key1' => "value1", "key2" => '2', 'key3' => 'value1');
H A Darray_chunk_basic1.phpt22 array('key1' => 1, "key2" => 2, "key3" => 3),
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
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;
/PHP-7.3/ext/standard/tests/strings/
H A Djoin_variation4.phpt21 array("key1", "key2"),
H A Dimplode1.phpt42 array("key1", "key2"),
/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c256 char* key1 = ((collator_sort_key_index_t*)p1)->key; in collator_cmp_sort_keys() local
259 return strcmp( key1, key2 ); in collator_cmp_sort_keys()

Completed in 16 milliseconds

123