/php-src/ext/dba/tests/ |
H A D | dba_split.phpt | 12 var_dump(dba_key_split("[key1")); 13 var_dump(dba_key_split("[key1]")); 14 var_dump(dba_key_split("key1]")); 15 var_dump(dba_key_split("[key1]name1")); 17 var_dump(dba_key_split("[key1]name1")); 48 string(5) "[key1" 52 string(4) "key1" 60 string(5) "key1]" 64 string(4) "key1" 70 string(4) "key1" [all …]
|
H A D | dba_cdb_001.phpt | 22 var_dump(dba_insert("key1", "Content String 1", $db_file)); 23 var_dump(dba_replace("key1", "New Content String", $db_file)); 24 var_dump(dba_fetch("key1", $db_file)); 26 var_dump(dba_delete("key1", $db_file)); 40 dba_insert("key1", "Content String 1", $db_file); 50 dba_insert("key1", "Content String 1", $db_file); 60 echo dba_fetch("key1", $db_file), "\n";
|
H A D | dba_fetch_legacy_signature.phpt | 17 dba_insert("key1", "This is a test insert", $db); 18 echo dba_fetch("key1", 0, $db), \PHP_EOL, dba_fetch("key1", $db, 0), \PHP_EOL; 25 dba_fetch("key1", 0, $db);
|
H A D | dba_db4_018.phpt | 22 dba_insert("key1", "This is a test insert 1", $db_file1); 23 echo dba_fetch("key1", $db_file1), "\n"; 37 echo dba_fetch("key1", $db_file2), "\n"; 42 echo dba_fetch("key1", $db_file1), "\n"; 49 dba_exists("key1", $db_file2); 55 echo dba_fetch("key1", $db_file1), "\n";
|
H A D | dba015.phpt | 22 dba_insert("key1", "This is a test insert 1", $db_file1); 23 echo dba_fetch("key1", $db_file1), "\n"; 37 echo dba_fetch("key1", $db_file2), "\n"; 42 echo dba_fetch("key1", $db_file1), "\n"; 49 dba_exists("key1", $db_file2); 55 echo dba_fetch("key1", $db_file1), "\n";
|
/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_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 | bug42177.phpt | 6 $a1 = array( 'key1' => 1, 'key3' => 2 ); 13 $a2 = array( 'key1' => 1, 'key3' => 2 ); 19 $a2 = array( 'key1' => &$a1 ); 31 $a2 = array( 'key1' => $a1, $x, $y );
|
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'); 42 ["key1"]=> 50 ["key1"]=> 72 ["key1"]=> 80 ["key1"]=>
|
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 | 11 $key1 = 'key'; 14 var_dump(array_key_exists($key1, $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/standard/tests/array/array_walk/ |
H A D | bug42850.phpt | 7 $data = array ('key1' => 'val1', array('key2' => 'val2')); 28 ["key1"]=> 37 ["key1"]=> 46 ["key1"]=> 52 ["key1"]=>
|
/php-src/ext/spl/tests/ |
H A D | bug42654_2.phpt | 5 $data = array ('key1' => 'val1', array('key2' => 'val2'), 'key3' => 'val3'); 11 case 'key1': // first level 21 update key1 24 ["key1"]=>
|
/php-src/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_o.phpt | 131 ["key1"]=> 162 ["key1"]=> 182 ["key1"]=> 202 ["key1"]=> 222 ["key1"]=> 248 ["key1"]=> 268 ["key1"]=> 293 ["key1"]=> 313 ["key1"]=> 344 ["key1"]=> [all …]
|
/php-src/ext/openssl/tests/ |
H A D | ed25519.phpt | 12 $key1 = openssl_pkey_new([ "private_key_type" => OPENSSL_KEYTYPE_ED25519 ]); 13 var_dump($key1); 15 $d1 = openssl_pkey_get_details($key1); 47 var_dump(openssl_sign($payload, $signature, $key1, 0)); 74 $csr = openssl_csr_new($dn, $key1, $args); 79 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args); 83 var_dump(openssl_x509_check_private_key($x509, $key1));
|
H A D | ed448.phpt | 12 $key1 = openssl_pkey_new([ "private_key_type" => OPENSSL_KEYTYPE_ED448 ]); 13 var_dump($key1); 15 $d1 = openssl_pkey_get_details($key1); 47 var_dump(openssl_sign($payload, $signature, $key1, 0)); 74 $csr = openssl_csr_new($dn, $key1, $args); 79 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args); 83 var_dump(openssl_x509_check_private_key($x509, $key1));
|
H A D | ecc.phpt | 18 $key1 = openssl_pkey_new($args); 19 var_dump($key1); 30 $d1 = openssl_pkey_get_details($key1); 71 $csr = openssl_csr_new($dn, $key1, $args); 80 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args); 84 var_dump(openssl_x509_check_private_key($x509, $key1));
|