Home
last modified time | relevance | path

Searched refs:key1 (Results 1 – 25 of 70) sorted by last modified time

123

/PHP-5.5/tests/lang/
H A D031.phpt6 $arrayOuter = array("key1","key2");
54 inloop 0 for key1
55 inloop 1 for key1
59 inloop 0 for key1
60 inloop 1 for key1
62 inloop 0 for key1
63 inloop 1 for key1
67 inloop 0 for key1
68 inloop 1 for key1
/PHP-5.5/ext/standard/tests/strings/
H A Dimplode1.phpt42 array("key1", "key2"),
H A Djoin_variation4.phpt21 array("key1", "key2"),
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt132 ["key1"]=>
149 ["key1"]=>
181 ["key1"]=>
219 ["key1"]=>
257 ["key1"]=>
295 ["key1"]=>
503 ["key1"]=>
541 ["key1"]=>
584 ["key1"]=>
622 ["key1"]=>
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dbug42177.phpt6 $a1 = array( 'key1' => 1, 'key3' => 2 );
13 $a2 = array( 'key1' => 1, 'key3' => 2 );
19 $a2 = array( 'key1' => &$a1 );
27 $a2 = array( 'key1' => $a1, $x, $y );
H A Dbug42850.phpt7 $data = array ('key1' => 'val1', array('key2' => 'val2'));
28 ["key1"]=>
37 ["key1"]=>
46 ["key1"]=>
52 ["key1"]=>
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)
H A Darray_rand_variation4.phpt23 2e2 => 'exp key1', -2e3 => 'negative exp key'),
40 /*6*/ array('##' => "key1", '&$r' => 'key2', '!' => "key3", '<>' =>'key4',
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
H A Darray_merge_variation9.phpt22 $arr2 = array('key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3');
48 ["key1"]=>
56 ["key1"]=>
78 ["key1"]=>
86 ["key1"]=>
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_intersect_ukey_error.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2)
22 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation1.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2)
22 return ($key1 > $key2)? 1:-1;
H A Darray_intersect_ukey_variation4.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_variation6.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 == $key2)
23 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_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_key_exists_basic.phpt17 $key1 = 'key';
20 var_dump(array_key_exists($key1, $search));
H A Darray_intersect_ukey_variation2.phpt17 function key_compare_func($key1, $key2)
19 if ($key1 == $key2)
22 return ($key1 > $key2)? 1:-1;
H A Darray_flip_basic.phpt21 $input = array('key1' => 1, "key2" => 2);
49 string(4) "key1"
H A Darray_flip_variation5.phpt37 $input = array('key1' => "value1", "key2" => '2', 'key3' => 'value1');
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_diff_uassoc_variation6.phpt18 function key_compare_func($key1, $key2)
20 if ($key1 === $key2) {
23 return ($key1 > $key2)? 1:-1;

Completed in 37 milliseconds

123