/php-src/ext/standard/tests/array/ |
H A D | bug43495.phpt | 5 $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 D | array_user_key_compare.phpt | 7 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 D | array_intersect_ukey_basic.phpt | 8 function key_compare_func($key1, $key2) { 9 if ($key1 == $key2) return 0; 10 else if ($key1 > $key2) return 1;
|
H A D | array_diff_ukey_basic.phpt | 8 function key_compare_func($key1, $key2) { 9 if ($key1 == $key2) return 0; 10 else if ($key1 > $key2) return 1;
|
H A D | array_diff_uassoc_variation5.phpt | 12 function key_compare_func($key1, $key2) 14 if ($key1 === $key2) { 17 return ($key1 > $key2)? 1:-1;
|
H A D | array_merge_variation9.phpt | 17 $arr2 = array('key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3'); 44 ["key2"]=> 52 ["key2"]=> 74 ["key2"]=> 82 ["key2"]=>
|
H A D | array_intersect_ukey_variation9.phpt | 13 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 D | array_diff_uassoc_variation7.phpt | 11 function key_compare_func($key1, $key2) 13 if ($key1 === $key2) { 16 return ($key1 > $key2)? 1:-1;
|
H A D | array_intersect_ukey_variation6.phpt | 13 function key_compare_func($key1, $key2) 15 if ($key1 == $key2) 18 return ($key1 > $key2)? 1:-1;
|
H A D | array_diff_uassoc_variation6.phpt | 12 function key_compare_func($key1, $key2) 14 if ($key1 === $key2) { 17 return ($key1 > $key2)? 1:-1;
|
H A D | array_diff_uassoc_variation8.phpt | 12 function key_compare_func($key1, $key2) 14 if ($key1 === $key2) { 17 return ($key1 > $key2)? 1:-1;
|
H A D | array_key_exists_basic.phpt | 12 $key2 = 'val'; 15 var_dump(array_key_exists($key2, $search));
|
H A D | array_intersect_ukey_variation5.phpt | 14 function key_compare_func($key1, $key2) 16 if ($key1 == $key2) 19 return ($key1 > $key2)? 1:-1;
|
H A D | array_intersect_ukey_variation7.phpt | 14 function key_compare_func($key1, $key2) 16 if ($key1 == $key2) 19 return ($key1 > $key2)? 1:-1;
|
/php-src/ext/spl/tests/ |
H A D | bug42654_2.phpt | 5 $data = array ('key1' => 'val1', array('key2' => 'val2'), 'key3' => 'val3'); 12 case 'key2': // recursive level 22 update key2 28 ["key2"]=>
|
/php-src/ext/standard/tests/array/array_walk/ |
H A D | bug42850.phpt | 7 $data = array ('key1' => 'val1', array('key2' => 'val2')); 32 ["key2"]=> 41 ["key2"]=> 56 ["key2"]=>
|
/php-src/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_o.phpt | 133 ["key2 "]=> 164 ["key2 "]=> 184 ["key2 "]=> 204 ["key2 "]=> 224 ["key2 "]=> 250 ["key2 "]=> 270 ["key2 "]=> 295 ["key2 "]=> 315 ["key2 "]=> 346 ["key2 "]=> [all …]
|
/php-src/ext/dba/tests/ |
H A D | dba_lmdb_flags.phpt | 28 dba_insert("key2", "Content String 2", $db_file); 51 dba_replace("key2", "Content 2 replaced", $db_file); 52 echo dba_fetch("key2", $db_file), \PHP_EOL; 67 key2: Content String 2
|
H A D | dba_dbm.phpt | 28 key2: Content String 2 41 Fetch "key2": Content 2 replaced 2nd time 46 ["key2"]=>
|
H A D | dba_qdbm.phpt | 40 key2: Content String 2 60 Fetch "key2": Content 2 replaced 2nd time 71 ["key2"]=> 86 key2: Content String 2 106 Fetch "key2": Content 2 replaced 2nd time 115 ["key2"]=>
|
H A D | dba_gdbm.phpt | 40 key2: Content String 2 60 Fetch "key2": Content 2 replaced 2nd time 71 ["key2"]=> 86 key2: Content String 2 106 Fetch "key2": Content 2 replaced 2nd time 115 ["key2"]=>
|
H A D | dba_lmdb.phpt | 42 key2: Content String 2 62 Fetch "key2": Content 2 replaced 2nd time 73 ["key2"]=> 90 key2: Content String 2 110 Fetch "key2": Content 2 replaced 2nd time 119 ["key2"]=>
|
H A D | dba_ndbm.phpt | 41 key2: Content String 2 61 Fetch "key2": Content 2 replaced 2nd time 72 ["key2"]=> 87 key2: Content String 2 107 Fetch "key2": Content 2 replaced 2nd time 116 ["key2"]=>
|
H A D | dba_db4_018.phpt | 36 dba_insert("key2", "This is a test insert 2", $db_file2); 38 echo dba_fetch("key2", $db_file2), "\n"; 43 echo dba_fetch("key2", $db_file1), "\n"; 56 echo dba_fetch("key2", $db_file1), "\n";
|
H A D | dba015.phpt | 36 dba_insert("key2", "This is a test insert 2", $db_file2); 38 echo dba_fetch("key2", $db_file2), "\n"; 43 echo dba_fetch("key2", $db_file1), "\n"; 56 echo dba_fetch("key2", $db_file1), "\n";
|