Home
last modified time | relevance | path

Searched refs:key2 (Results 26 – 50 of 61) sorted by relevance

123

/PHP-8.3/ext/standard/tests/array/
H A Darray_diff_ukey_variation8.phpt11 function key_compare_func($key1, $key2)
13 return strcasecmp($key1, $key2);
H A Darray_diff_ukey_variation6.phpt16 function key_compare_func($key1, $key2)
18 return strcasecmp($key1, $key2);
H A Darray_flip_basic.phpt16 $input = array('key1' => 1, "key2" => 2);
46 string(4) "key2"
H A Darray_flip_variation5.phpt32 $input = array('key1' => "value1", "key2" => '2', 'key3' => 'value1');
75 string(4) "key2"
H A Darray_chunk_basic2.phpt16 array('key1' => 1, "key2" => 2, "key3" => 3),
119 ["key2"]=>
/PHP-8.3/ext/dba/tests/
H A Ddba_split.phpt16 var_dump(dba_key_split("[key1]name1[key2]name2"));
69 string(16) "name1[key2]name2"
H A Ddba_tcadb.phpt33 key2: Content String 2
55 Fetch "key2": Content 2 replaced 2nd time
64 ["key2"]=>
H A Ddba_db1.phpt34 key2: Content String 2
54 Fetch "key2": Content 2 replaced 2nd time
63 ["key2"]=>
H A Ddba_db2.phpt34 key2: Content String 2
54 Fetch "key2": Content 2 replaced 2nd time
63 ["key2"]=>
H A Ddba_db3.phpt34 key2: Content String 2
54 Fetch "key2": Content 2 replaced 2nd time
63 ["key2"]=>
H A Ddba_db4_000.phpt35 key2: Content String 2
55 Fetch "key2": Content 2 replaced 2nd time
64 ["key2"]=>
H A Ddba_flatfile.phpt32 key2: Content String 2
54 Fetch "key2": Content 2 replaced 2nd time
63 ["key2"]=>
H A Ddba_inifile.phpt33 key2: Content String 2
57 Fetch "key2": Content 2 replaced 2nd time
70 ["key2"]=>
H A Ddba_cdb.phpt37 ["key2"]=>
61 ["key2"]=>
H A Ddba_db4_sync.phpt20 dba_insert("key2", "Content String 2", $db_file);
H A Ddba_db4_optimize.phpt20 dba_insert("key2", "Content String 2", $db_file);
H A Ddba_sync.phpt18 dba_insert("key2", "Content String 2", $db_file);
H A Ddba_optimize.phpt18 dba_insert("key2", "Content String 2", $db_file);
/PHP-8.3/ext/sodium/tests/
H A Dpwhash_argon2i.phpt40 $key2 = sodium_crypto_pwhash
44 var_dump($key2 === $key);
/PHP-8.3/ext/json/tests/
H A Djson_validate_002.phpt11 json_validate_trycatchdump('{"key1":"value1", "key2":"value2"}', 1);
12 json_validate_trycatchdump('{"key1":"value1", "key2":"value2"}', 2);
/PHP-8.3/ext/pgsql/tests/
H A D80_bug14383.phpt42 key2: Content String 2
64 Fetch "key2": Content 2 replaced 2nd time
73 ["key2"]=>
/PHP-8.3/ext/opcache/tests/
H A Dphi_remove_001.phpt49 foreach ($value1 as $key2 => $value2) {
50 … $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
/PHP-8.3/Zend/tests/
H A Dlist_keyed_evaluation_order_2.phpt41 list('key1' => $arr[], 'key2' => $arr[]) = ['key2' => 'b', 'key1' => 'a'];
/PHP-8.3/ext/openssl/tests/
H A Decc.phpt36 $key2 = openssl_pkey_new($d1);
37 var_dump($key2);
39 $d2 = openssl_pkey_get_details($key2);
/PHP-8.3/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc59 dba_insert("key2", "Content String 2", $db_file);
119 var_dump(dba_replace('key2', 'Content 2 replaced', $db_writer));
120 echo dba_fetch('key2', $db_writer), \PHP_EOL;
149 var_dump(dba_replace('key2', 'Content 2 replaced 2nd time', $db_writer));
152 echo 'Fetch "key2": ', dba_fetch('key2', $db_writer), \PHP_EOL;

Completed in 29 milliseconds

123