Home
last modified time | relevance | path

Searched refs:key1 (Results 1 – 25 of 66) sorted by relevance

123

/PHP-8.0/ext/dba/tests/
H A Ddba_split.phpt15 var_dump(dba_key_split("[key1"));
16 var_dump(dba_key_split("[key1]"));
17 var_dump(dba_key_split("key1]"));
18 var_dump(dba_key_split("[key1]name1"));
20 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 Ddba_cdb_001.phpt18 var_dump(dba_insert("key1", "Content String 1", $db_file));
19 var_dump(dba_replace("key1", "New Content String", $db_file));
20 var_dump(dba_fetch("key1", $db_file));
22 var_dump(dba_delete("key1", $db_file));
36 dba_insert("key1", "Content String 1", $db_file);
46 dba_insert("key1", "Content String 1", $db_file);
56 echo dba_fetch("key1", $db_file), "\n";
H A Ddba003.phpt13 dba_insert("key1", "This is a test insert", $db_file);
14 dba_replace("key1", "This is the replacement text", $db_file);
15 $a = dba_fetch("key1", $db_file);
H A Ddba_db4_016.phpt19 var_dump(dba_insert("key1", "This is a test insert", $db_file));
20 echo dba_fetch("key1", $db_file), "\n";
33 var_dump(dba_insert("key1", "second open test", $db_file));
35 echo dba_fetch("key1", $db_file), "\n";
H A Ddba015.phpt18 dba_insert("key1", "This is a test insert 1", $db_file1);
19 echo dba_fetch("key1", $db_file1), "\n";
33 echo dba_fetch("key1", $db_file2), "\n";
38 echo dba_fetch("key1", $db_file1), "\n";
47 echo dba_fetch("key1", $db_file1), "\n";
H A Ddba_db4_018.phpt18 dba_insert("key1", "This is a test insert 1", $db_file1);
19 echo dba_fetch("key1", $db_file1), "\n";
33 echo dba_fetch("key1", $db_file2), "\n";
38 echo dba_fetch("key1", $db_file1), "\n";
47 echo dba_fetch("key1", $db_file1), "\n";
H A Ddba002.phpt13 dba_insert("key1", "This is a test insert", $db_file);
14 echo dba_fetch("key1", $db_file);
/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 Dbug42850.phpt7 $data = array ('key1' => 'val1', array('key2' => 'val2'));
28 ["key1"]=>
37 ["key1"]=>
46 ["key1"]=>
52 ["key1"]=>
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 Dbug42177.phpt6 $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 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');
42 ["key1"]=>
50 ["key1"]=>
72 ["key1"]=>
80 ["key1"]=>
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.phpt11 $key1 = 'key';
14 var_dump(array_key_exists($key1, $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_user_key_compare.phpt7 function array_compare(&$key1, &$key2)
19 Warning: array_compare(): Argument #1 ($key1) must be passed by reference, value given in %s on lin…
/PHP-8.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt125 ["key1"]=>
156 ["key1"]=>
176 ["key1"]=>
196 ["key1"]=>
216 ["key1"]=>
242 ["key1"]=>
262 ["key1"]=>
287 ["key1"]=>
307 ["key1"]=>
338 ["key1"]=>
[all …]
/PHP-8.0/ext/openssl/tests/
H A Decc.phpt12 $key1 = openssl_pkey_new($args);
13 var_dump($key1);
23 $d1 = openssl_pkey_get_details($key1);
54 $csr = openssl_csr_new($dn, $key1, $args);
62 $x509 = openssl_csr_sign($csr, null, $key1, 365, $args);
66 var_dump(openssl_x509_check_private_key($x509, $key1));

Completed in 22 milliseconds

123