Home
last modified time | relevance | path

Searched refs:keys (Results 76 – 100 of 301) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_encrypt.phpt24 // tripledes uses keys upto 192 bits (24 bytes)
25 $keys = array(
39 foreach ($keys as $key) {
H A Dmcrypt_encrypt_3des_cbc.phpt30 // tripledes uses keys upto 192 bits (24 bytes)
31 $keys = array(
47 foreach ($keys as $key) {
H A Dmcrypt_rijndael128_256BitKey.phpt38 // keys : 20 bytes, 24 bytes, 30 Bytes, 32 Bytes, 40 Bytes
39 $keys = array(
50 foreach ($keys as $key) {
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_assoc_variation8.phpt2 Test array_diff_assoc() function : usage variations - array containing duplicate keys and values
8 * the keys are equal
H A Darray_reverse_basic1.phpt23 var_dump( array_reverse($array, true) ); // expects the keys to be preserved
24 var_dump( array_reverse($array, false) ); // expects the keys not to be preserved
H A Darray_reverse_basic2.phpt23 var_dump( array_reverse($array, true) ); // expects the keys to be preserved
24 var_dump( array_reverse($array, false) ); // expects the keys not to be preserved
H A Dvar_export2.phpt2 var_export() and empty array keys
H A Darray_change_key_case_variation6.phpt6 * Description: Retuns an array with all string keys lowercased [or uppercased]
11 * Test how array_change_key_case() converts keys in multi-dimensional arrays
H A Dprev_basic.phpt27 echo "\n*** Testing an array with differing values/keys ***\n";
46 *** Testing an array with differing values/keys ***
H A Darray_unshift_basic1.phpt2 Test array_unshift() function : basic functionality - array with default keys for 'array' argument
11 * Testing array_unshift() by giving array with default keys for $array argument
H A Darray_change_key_case_variation3.phpt2 Test array_change_key_case() function : usage variations - different data types as keys
6 * Description: Retuns an array with all string keys lowercased [or uppercased]
11 * Pass arrays with different data types as keys to array_change_key_case()
H A Darray_shift_variation3.phpt2 Test array_shift() function : usage variations - Pass array with different data types as keys
11 * Pass arrays with different data types as keys to test how array_shift() re-assigns keys
H A Dbug25758.phpt2 Bug #25758 (var_export does not escape ' & \ inside array keys)
H A Darray_push_variation6.phpt2 Test array_push() function : usage variations - array keys are different data types
11 * Pass array_push arrays where the keys are different data types.
28 // arrays of different data types as keys to be passed to $stack argument
H A Dnatcasesort_variation11.phpt2 Test natcasesort() function : usage variations - Different array keys
11 * Pass arrays where the keys are different data types to test behaviour of natcasesort()
25 // arrays with keys as different data types to be passed as $array_arg
/PHP-5.3/ext/intl/tests/
H A Dcollator_get_sort_key.phpt10 * Get sort keys using various locales
32 // Regular strings keys
/PHP-5.3/tests/lang/
H A DforeachLoop.017.phpt2 Ensure foreach works with arrays with Binary keys.
/PHP-5.3/ext/wddx/tests/
H A Dbug34306.phpt2 #34306 (wddx_serialize_value() crashes with long array keys)
H A Dbug41527.phpt2 Bug #41527 (WDDX deserialize numeric string array keys)
/PHP-5.3/ext/spl/tests/
H A Diterator_038.phpt2 SPL: RoRewindIterator and string keys
/PHP-5.3/ext/standard/tests/general_functions/
H A Dimport_request2.phpt2 import_request_variables() test (numeric keys)
H A Dimport_request3.phpt2 import_request_variables() test (numeric keys, different order)
/PHP-5.3/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug43614.phpt2 Bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)
/PHP-5.3/Zend/tests/
H A Dforeach_unset_globals.phpt2 traverse an array and use its keys to unset GLOBALS

Completed in 48 milliseconds

12345678910>>...13