Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/sodium/tests/
H A Dpwhash_argon2i.phpt38 $key2 = sodium_crypto_pwhash
42 var_dump($key2 === $key);
/PHP-7.2/ext/dba/tests/
H A Ddba_split.phpt19 var_dump(dba_key_split("[key1]name1[key2]name2"));
75 string(16) "name1[key2]name2"
H A Ddba_db1.phpt28 ["key2"]=>
45 ["key2"]=>
H A Ddba_db2.phpt28 ["key2"]=>
45 ["key2"]=>
H A Ddba_db3.phpt28 ["key2"]=>
45 ["key2"]=>
H A Ddba_db4_000.phpt32 ["key2"]=>
49 ["key2"]=>
H A Ddba_dbm.phpt28 ["key2"]=>
45 ["key2"]=>
H A Ddba_flatfile.phpt32 ["key2"]=>
49 ["key2"]=>
H A Ddba_inifile.phpt32 ["key2"]=>
49 ["key2"]=>
H A Ddba_ndbm.phpt28 ["key2"]=>
45 ["key2"]=>
H A Ddba_tcadb.phpt38 ["key2"]=>
55 ["key2"]=>
H A Ddba_db4_016.phpt34 var_dump(dba_insert("key2", "second open test row 2", $db_file));
36 echo dba_fetch("key2", $db_file), "\n";
H A Ddba_qdbm.phpt29 ["key2"]=>
H A Ddba_db4_optimize.phpt16 dba_insert("key2", "Content String 2", $db_file);
H A Ddba_db4_sync.phpt16 dba_insert("key2", "Content String 2", $db_file);
/PHP-7.2/ext/standard/tests/array/
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);
51 string(4) "key2"
H A Darray_flip_variation5.phpt37 $input = array('key1' => "value1", "key2" => '2', 'key3' => 'value1');
80 string(4) "key2"
H A Darray_chunk_basic2.phpt22 array('key1' => 1, "key2" => 2, "key3" => 3),
125 ["key2"]=>
/PHP-7.2/ext/pgsql/tests/
H A D80_bug14383.phpt35 ["key2"]=>
52 ["key2"]=>
/PHP-7.2/ext/opcache/tests/
H A Dphi_remove_001.phpt49 foreach ($value1 as $key2 => $value2) {
50 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
/PHP-7.2/ext/openssl/tests/
H A Decc.phpt29 $key2 = openssl_pkey_new($d1);
30 var_dump($key2);
32 $d2 = openssl_pkey_get_details($key2);
/PHP-7.2/Zend/tests/
H A Dlist_keyed_evaluation_order_2.phpt41 list('key1' => $arr[], 'key2' => $arr[]) = ['key2' => 'b', 'key1' => 'a'];

Completed in 35 milliseconds

123