Home
last modified time | relevance | path

Searched refs:keys (Results 126 – 150 of 328) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/standard/tests/array/
H A Dextract_variation11.phpt2 Test extract() function - ensure EXTR_REFS works when array is referenced and keys clash with varia…
H A Darray_pad_variation6.phpt51 /*1*/ array(1, 2), // with default keys and numeric values
52 array(1.1, 2.2), // with default keys & float values
53 array(false,true), // with default keys and boolean values
61 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
62 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
63 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
74 // array with repetative keys
H A Dbug26458.phpt2 Bug #26458 (var_dump(), var_export() & debug_zval_dump() are not binary safe for array keys)
H A Darray_change_key_case_variation8.phpt2 Test array_change_key_case() function : usage variations - Different strings as keys
11 * Description: Retuns an array with all string keys lowercased [or uppercased]
H A Darray_fill_keys_variation1.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_key_exists_variation3.phpt18 $keys = array(1.2345678900E-10, 1.00000000000001, 1.99999999999999);
23 foreach($keys as $key) {
H A Darray_fill_keys_variation4.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_walk_variation3.phpt19 * $key - keys in given input array
21 * Description : prints the array values with keys and count value
H A Dbug71334.phpt2 Bug #71334: Cannot access array keys while uksort()
H A Darray_walk_recursive_variation3.phpt19 * $key - keys in given input array
21 * Description : prints the array values with keys and count value
/PHP-7.0/ext/spl/tests/
H A Dspl_006.phpt2 SPL: iterator_to_array() without keys
H A Dbug62073.phpt2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)
H A Diterator_to_array_nonscalar_keys.phpt2 Tests iterator_to_array() with non-scalar keys
H A Darray_011.phpt2 SPL: ArrayIterator, LimitIterator and string keys
H A Dspl_iterator_to_array_error.phpt15 // get keys
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_with_keys.phpt2 Generators can also yield keys
/PHP-7.0/ext/standard/tests/general_functions/
H A Dimport_request3.phpt2 import_request_variables() test (numeric keys, different order)
H A Dbug49056.phpt2 Bug #49056 (parse_ini_*() regression in 5.3.0 when using non-ASCII strings as option keys)
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt54 $keys=openssl_pkey_new($config_arg);
55 openssl_pkey_export($keys, $privkey, NULL, $config_arg);
56 $pubkey=openssl_pkey_get_details($keys);
/PHP-7.0/Zend/tests/
H A Dbug55135.phpt2 Bug #55135 (Array keys are no longer type casted in unset())
H A Dbug28072.phpt2 Bug #28072 (static array with some constant keys will be incorrectly ordered)
/PHP-7.0/win32/
H A Dregistry.c80 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
84 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory()
137 if (keys) { in LoadDirectory()
145 for (i = 0; i < keys; i++) { in LoadDirectory()
/PHP-7.0/ext/standard/tests/streams/
H A Dbug53427.phpt2 Bug #53427 (stream_select does not preserve keys)
/PHP-7.0/ext/json/tests/
H A Dbug41504.phpt2 Bug #41504 (json_decode() converts empty array keys to "_empty_")
/PHP-7.0/ext/openssl/
H A DREADME9 flexibility for specifying certificates/keys.
13 Specifying keys/certificates
199 keys and ekeys can decrypt and read the data. Returns the length of the
201 the sealed data and envelope keys.
221 Apache webserver with OpenSSL. For testing you could try keys that come
223 keys from some CA, or you can create them yourself.
232 Private keys should be protected by a passphrase though.
245 These examples use keys that come with OpenSSL, you should perhaps test with
262 // Repeat if want public keys for multiple parties
269 // seal data, only owners of $pk1 and $pk2 can decrypt $sealed with keys

Completed in 39 milliseconds

12345678910>>...14