Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation3.phpt22 /*1*/ array(1, 2), // array with default keys and numeric values
23 array(1.1, 2.2), // array with default keys & float values
25 array(false,true), // array with default keys and boolean values
31 /*8*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
32 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
33 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
44 // array with repetative keys
H A Dshuffle_basic1.phpt2 Test shuffle() function : basic functionality - array with default keys
11 * Test behaviour of shuffle when an array with default keys
17 echo "*** Testing shuffle() : with arrays having default keys ***\n";
54 *** Testing shuffle() : with arrays having default keys ***
H A Dbug25758.phpt2 Bug #25758 (var_export does not escape ' & \ inside array keys)
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 Darray_change_key_case_variation6.phpt6 * Description: Returns 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_column_numeric_string_key.phpt2 array_column() treats numeric string keys as usual
H A Dbug69371.phpt2 Bug #69371 (Hash table collision leads to inaccessible array keys)
H A Dbug76505.phpt2 Bug #76505 (array_merge_recursive() is duplicating sub-array 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: Returns 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
/PHP-7.4/Zend/tests/generators/
H A Dyield_array_key.phpt2 Array keys can be yielded from generators
H A Dauto_incrementing_keys.phpt2 Generator keys are auto-incrementing by default
/PHP-7.4/tests/lang/
H A DforeachLoop.017.phpt2 Ensure foreach works with arrays with Binary keys.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_leak.phpt2 mb_convert_encoding() shouldn't leak keys
/PHP-7.4/ext/spl/tests/
H A Diterator_038.phpt2 SPL: RoRewindIterator and string keys
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie_error.phpt10 // Unrecognized key and no valid keys
12 // Numeric key and no valid keys
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_sort_key_variant7.phpt10 * Get sort keys using various locales
32 // Regular strings keys
/PHP-7.4/Zend/tests/
H A Darray_unpack_string_keys.phpt2 Using array unpacking in an array literal that also has string keys (OSS-Fuzz #17965)
/PHP-7.4/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug43614.phpt2 Bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)
/PHP-7.4/ext/standard/tests/strings/
H A Dbug78612.phpt2 Bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).

Completed in 30 milliseconds

12345678910>>...13