Home
last modified time | relevance | path

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

123

/PHP-7.3/ext/dba/tests/
H A Ddba_db4_001.phpt17 dba_insert("key1", "This is a test insert", $db_file);
18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_002.phpt17 dba_insert("key1", "This is a test insert", $db_file);
18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_005.phpt17 dba_insert("key1", "This is a test insert", $db_file);
18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_006.phpt17 dba_insert("key1", "This is a test insert", $db_file);
18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_011.phpt15 var_dump(dba_insert("key1", "Content String 1", $db_file));
18 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_017.phpt18 var_dump(dba_insert("key1", "This is a test insert", $db_file));
19 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_cdb.phpt25 ["key1"]=>
40 ["key1"]=>
H A Ddba_db4_004.phpt21 dba_insert("key1", "This is a test insert", $db_file);
22 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_008.phpt21 dba_insert("key1", "This is a test insert", $db_file);
22 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_015.phpt23 dba_insert("key1", "This is a test insert", $db_file);
24 echo dba_fetch("key1", $db_file), "\n";
H A Ddba006.phpt13 dba_insert("key1", "Content String 1", $db_file);
19 dba_delete("key1", $db_file);
H A Ddba_db4_013.phpt23 dba_insert("key1", "This is a test insert", $db_file);
24 echo dba_fetch("key1", $db_file), "\n";
H A Ddba_db4_optimize.phpt15 dba_insert("key1", "Content String 1", $db_file);
/PHP-7.3/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt14 var_dump(new ArrayObject(array('key1' => 'val1')));
38 ["key1"]=>
/PHP-7.3/ext/standard/tests/array/
H A Darray_diff_ukey_variation7.phpt16 function key_compare_func($key1, $key2)
18 return strcasecmp($key1, $key2);
H A Darray_intersect_ukey_error.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2)
22 return ($key1 > $key2)? 1:-1;
H A Darray_diff_ukey_variation8.phpt16 function key_compare_func($key1, $key2)
18 return strcasecmp($key1, $key2);
H A Darray_diff_ukey_error.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2) {
22 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_flip_basic.phpt21 $input = array('key1' => 1, "key2" => 2);
49 string(4) "key1"
H A Darray_user_key_compare.phpt7 function array_compare(&$key1, &$key2)
H A Darray_chunk_basic2.phpt22 array('key1' => 1, "key2" => 2, "key3" => 3),
123 ["key1"]=>
/PHP-7.3/ext/opcache/tests/
H A Dphi_remove_001.phpt48 foreach ($Distribution as $key1 => $value1) {
50 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
/PHP-7.3/Zend/tests/
H A Dlist_keyed_evaluation_order_2.phpt41 list('key1' => $arr[], 'key2' => $arr[]) = ['key2' => 'b', 'key1' => 'a'];
/PHP-7.3/ext/json/tests/
H A Dbug68546.phpt13 var_dump(json_decode('[{"key1": 0, "\u0000": 1}]'));

Completed in 37 milliseconds

123