Home
last modified time | relevance | path

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

123

/PHP-8.0/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;
19 $a["key1"]["key2"]["key3"] = null;
20 $b["key1"]["key2"]["key3"] = null;
H A Darray_user_key_compare.phpt7 function array_compare(&$key1, &$key2)
9 $GLOBALS['a'] = &$key2;
10 unset($key2);
21 Warning: array_compare(): Argument #2 ($key2) must be passed by reference, value given in %s on lin…
H A Dbug42850.phpt7 $data = array ('key1' => 'val1', array('key2' => 'val2'));
32 ["key2"]=>
41 ["key2"]=>
56 ["key2"]=>
H A Darray_diff_ukey_basic.phpt8 function key_compare_func($key1, $key2) {
9 if ($key1 == $key2) return 0;
10 else if ($key1 > $key2) return 1;
H A Darray_intersect_ukey_basic.phpt8 function key_compare_func($key1, $key2) {
9 if ($key1 == $key2) return 0;
10 else if ($key1 > $key2) return 1;
H A Darray_diff_uassoc_variation5.phpt12 function key_compare_func($key1, $key2)
14 if ($key1 === $key2) {
17 return ($key1 > $key2)? 1:-1;
H A Darray_merge_variation9.phpt17 $arr2 = array('key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3');
44 ["key2"]=>
52 ["key2"]=>
74 ["key2"]=>
82 ["key2"]=>
H A Darray_diff_uassoc_variation7.phpt11 function key_compare_func($key1, $key2)
13 if ($key1 === $key2) {
16 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation9.phpt13 static function static_compare_func($key1, $key2) {
14 return strcasecmp($key1, $key2);
17 public function class_compare_func($key1, $key2) {
18 return strcasecmp($key1, $key2);
H A Darray_intersect_ukey_variation6.phpt13 function key_compare_func($key1, $key2)
15 if ($key1 == $key2)
18 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation6.phpt12 function key_compare_func($key1, $key2)
14 if ($key1 === $key2) {
17 return ($key1 > $key2)? 1:-1;
H A Darray_diff_uassoc_variation8.phpt12 function key_compare_func($key1, $key2)
14 if ($key1 === $key2) {
17 return ($key1 > $key2)? 1:-1;
H A Darray_key_exists_basic.phpt12 $key2 = 'val';
15 var_dump(array_key_exists($key2, $search));
H A Darray_intersect_ukey_variation5.phpt14 function key_compare_func($key1, $key2)
16 if ($key1 == $key2)
19 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation7.phpt14 function key_compare_func($key1, $key2)
16 if ($key1 == $key2)
19 return ($key1 > $key2)? 1:-1;
H A Darray_diff_ukey_variation7.phpt11 function key_compare_func($key1, $key2)
13 return strcasecmp($key1, $key2);
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);
/PHP-8.0/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 Ddba_split.phpt19 var_dump(dba_key_split("[key1]name1[key2]name2"));
72 string(16) "name1[key2]name2"
H A Ddba004.phpt14 dba_insert("key2", "Content String 2", $db_file);
19 $b = dba_fetch("key2", $db_file);
/PHP-8.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt127 ["key2 "]=>
158 ["key2 "]=>
178 ["key2 "]=>
198 ["key2 "]=>
218 ["key2 "]=>
244 ["key2 "]=>
264 ["key2 "]=>
289 ["key2 "]=>
309 ["key2 "]=>
340 ["key2 "]=>
[all …]

Completed in 22 milliseconds

123