Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/standard/tests/array/
H A Dbug43495.phpt5 $a=array("key1"=>array("key2"=>array()));
6 $a["key1"]["key2"]["key3"]=&$a;
8 $b=array("key1"=>array("key2"=>array()));
9 $b["key1"]["key2"]["key3"]=&$b;
14 $a["key1"]["key2"]["key3"] = null;
15 $b["key1"]["key2"]["key3"] = null;
H A Darray_user_key_compare.phpt7 function array_compare(&$key1, &$key2)
9 $GLOBALS['a'] = &$key2;
10 unset($key2);
H A Dbug42850.phpt7 $data = array ('key1' => 'val1', array('key2' => 'val2'));
31 ["key2"]=>
40 ["key2"]=>
55 ["key2"]=>
H A Darray_diff_ukey_basic.phpt9 function key_compare_func($key1, $key2) {
10 if ($key1 == $key2) return 0;
11 else if ($key1 > $key2) return 1;
H A Darray_intersect_ukey_basic.phpt9 function key_compare_func($key1, $key2) {
10 if ($key1 == $key2) return 0;
11 else if ($key1 > $key2) return 1;
H A Darray_merge_variation9.phpt22 $arr2 = array('key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3');
49 ["key2"]=>
57 ["key2"]=>
79 ["key2"]=>
87 ["key2"]=>
H A Darray_diff_uassoc_variation5.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation9.phpt18 static function static_compare_func($key1, $key2) {
19 return strcasecmp($key1, $key2);
22 public function class_compare_func($key1, $key2) {
23 return strcasecmp($key1, $key2);
H A Darray_diff_uassoc_variation7.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 === $key2) {
22 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation6.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 == $key2)
23 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation6.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation8.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation5.phpt19 function key_compare_func($key1, $key2)
21 if ($key1 == $key2)
24 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation7.phpt19 function key_compare_func($key1, $key2)
21 if ($key1 == $key2)
24 return ($key1 > $key2)? 1:-1;
H A Darray_key_exists_basic.phpt18 $key2 = 'val';
21 var_dump(array_key_exists($key2, $search));
H A Darray_diff_ukey_variation7.phpt16 function key_compare_func($key1, $key2)
18 return strcasecmp($key1, $key2);
/PHP-7.4/tests/lang/
H A D031.phpt6 $arrayOuter = array("key1","key2");
58 inloop 0 for key2
59 inloop 1 for key2
66 inloop 0 for key2
67 inloop 1 for key2
71 inloop 0 for key2
72 inloop 1 for key2
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_011.phpt16 var_dump(dba_insert("key2", "Content String 2", $db_file));
17 var_dump(dba_insert("key2", "Same key", $db_file));
19 echo dba_fetch("key2", $db_file), "\n";
H A Ddba_handler.inc8 dba_insert("key2", "Content String 2", $db_file);
32 echo dba_fetch("key2", $db_file)."\n";
34 dba_replace("key2", "Content 2 replaced", $db_file);
35 echo dba_fetch("key2", $db_file)."\n";
59 dba_replace("key2", "Content 2 replaced 2nd time", $db_writer);
61 echo dba_fetch("key2", $db_writer)."\n";
H A Ddba015.phpt32 dba_insert("key2", "This is a test insert 2", $db_file2);
34 echo dba_fetch("key2", $db_file2), "\n";
39 echo dba_fetch("key2", $db_file1), "\n";
48 echo dba_fetch("key2", $db_file1), "\n";
H A Ddba_db4_018.phpt32 dba_insert("key2", "This is a test insert 2", $db_file2);
34 echo dba_fetch("key2", $db_file2), "\n";
39 echo dba_fetch("key2", $db_file1), "\n";
48 echo dba_fetch("key2", $db_file1), "\n";
H A Ddba004.phpt14 dba_insert("key2", "Content String 2", $db_file);
19 $b = dba_fetch("key2", $db_file);
H A Ddba_cdb.phpt27 ["key2"]=>
42 ["key2"]=>
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt134 ["key2 "]=>
165 ["key2 "]=>
185 ["key2 "]=>
205 ["key2 "]=>
225 ["key2 "]=>
251 ["key2 "]=>
271 ["key2 "]=>
296 ["key2 "]=>
316 ["key2 "]=>
347 ["key2 "]=>
[all …]
/PHP-7.4/ext/sodium/tests/
H A Dpwhash_argon2i.phpt38 $key2 = sodium_crypto_pwhash
42 var_dump($key2 === $key);

Completed in 20 milliseconds

123