Home
last modified time | relevance | path

Searched refs:keys (Results 101 – 125 of 258) sorted by relevance

1234567891011

/php-src/ext/standard/tests/array/
H A Darray_chunk_variation6.phpt8 * 2. associative array with duplicate keys
23 // associative array with duplicate keys
H A Darray_fill_keys_variation2.phpt27 echo "\n-- Testing array_fill_keys() function with reference keys --\n";
54 -- Testing array_fill_keys() function with reference 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 Dgh9296.phpt2 GH-9296: incorrect ksort(..., SORT_REGULAR) behaviour on arrays with numeric and string keys
H A Darray_key_exists_variation3.phpt12 $keys = array(1.2345678900E-10, 1.00000000000001, 1.99999999999999);
17 foreach($keys as $key) {
H A Darray_pad_variation6.phpt46 /*1*/ array(1, 2), // with default keys and numeric values
47 array(1.1, 2.2), // with default keys & float values
48 array(false,true), // with default keys and boolean values
56 /*9*/ array(1 => "one", 2 => "two", 3 => "three"), // explicit numeric keys, string values
57 array("one" => 1, "two" => 2, "three" => 3 ), // string keys & numeric values
58 array( 1 => 10, 2 => 20, 4 => 40, 3 => 30), // explicit numeric keys and numeric values
69 // array with repetitive keys
/php-src/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
/php-src/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt55 $keys=openssl_pkey_new($config_arg);
56 openssl_pkey_export($keys, $privkey, NULL, $config_arg);
57 $pubkey=openssl_pkey_get_details($keys);
/php-src/ext/spl/tests/
H A Diterator_038.phpt2 SPL: RoRewindIterator and string keys
H A Dspl_006.phpt2 SPL: iterator_to_array() without keys
/php-src/Zend/tests/generators/
H A Dauto_incrementing_keys.phpt2 Generator keys are auto-incrementing by default
/php-src/Zend/tests/
H A Darray_unpack_string_keys.phpt2 Using array unpacking in an array literal that also has string keys (OSS-Fuzz #17965)
H A Dconst_array_with_resource_key.phpt2 Constexpr arrays should be able to handle resource keys
H A Dforeach_unset_globals.phpt2 traverse an array and use its keys to unset GLOBALS
H A Dlist_keyed_non_literals.phpt2 list() with constant keys
/php-src/ext/standard/tests/serialize/
H A Dbug43614.phpt2 Bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)
/php-src/ext/standard/tests/strings/
H A Dbug78612.phpt2 Bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).
/php-src/ext/standard/tests/file/
H A Dbug46347.phpt2 Bug #46347 (parse_ini_file() doesn't support * in keys)
/php-src/Zend/tests/array_unpack/
H A Dunpack_string_keys_compile_time.phpt2 Unpacking of string keys is supported at compile-time
H A Dnon_integer_keys.phpt2 Array unpacking does not work with non-integer/string keys
/php-src/ext/sockets/tests/
H A Dsocket_addrinfo_lookup.phpt19 socket_addrinfo_lookup(): Argument #3 ($hints) must only contain array keys "ai_flags", "ai_socktyp…
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_array_numeric_index_error.phpt11 …replace_callback_array(): Argument #1 ($pattern) must contain only string patterns as keys in %s:%d
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_func_args_001.phpt15 $config['keys'] = array_keys($config["a"]);;

Completed in 23 milliseconds

1234567891011