Home
last modified time | relevance | path

Searched refs:keys (Results 151 – 175 of 258) sorted by relevance

1234567891011

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_086.phpt2 Test typed properties with integer keys
/php-src/ext/standard/tests/general_functions/
H A Dbug49056.phpt2 Bug #49056 (parse_ini_*() regression in 5.3.0 when using non-ASCII strings as option keys)
/php-src/ext/standard/tests/array/
H A Darray_merge_variation4.phpt2 Test array_merge() function : usage variations - Diff. data types as array keys
6 * Pass an array with different data types as keys to test how array_merge
24 // arrays with keys as different data types to be passed as $input
H A Dksort_variation6.phpt14 // an array containng unsorted hexadecimal values with keys
15 // There are multiple keys which are duplicate and the later should be picked
H A Darray_unique_basic.phpt7 // array with default keys
H A Darray_values_variation3.phpt2 Test array_values() function : usage variations - array keys different data types
6 * Pass arrays where the keys are different data types as $input argument
H A Darray_change_key_case_variation3.phpt2 Test array_change_key_case() function : usage variations - different data types as keys
6 * Pass arrays with different data types as keys to array_change_key_case()
H A Darray_merge_recursive_variation3.phpt45 /*1*/ array(1, 2,), // with default keys and numeric values
46 array(1.1, 2.2), // with default keys & float values
47 array(false, true), // with default keys and boolean values
55 /*9*/ array(1 => "one", 2 => "two"), // explicit numeric keys, string values
56 array("one" => 1, "two" => 2, "1" => 1 ), // string keys & numeric values
57 array( 1 => 10, 2 => 20, 4 => 40), // explicit numeric keys and numeric values
H A Darray_intersect_key.phpt21 var_dump(array_intersect_key($a_f, $b_f));// keys -> 2, -20, -2500
23 var_dump(array_intersect_key($a_f, $c_f));// keys -> 6, 2, -20, -2500
H A Darray_diff_key.phpt21 var_dump(array_diff_key($a_f, $b_f));// keys -> 1, 6, 15, 1200
25 var_dump(array_diff_key($a_f, $c_f));// keys -> 1, 15, 1200
H A Darray_diff_assoc_variation8.phpt2 Test array_diff_assoc() function : usage variations - array containing duplicate keys and values
/php-src/ext/openssl/tests/
H A Dbug41033.phpt2 #41033, enable signing with DSA keys
H A Dbug73478.phpt2 Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman
/php-src/ext/spl/tests/
H A Dspl_iterator_to_array_error.phpt15 // get keys
H A Diterator_046.phpt2 SPL: CachingIterator and __toString using bypassed string keys
/php-src/Zend/tests/generators/
H A Dgenerator_with_nonscalar_keys.phpt2 Generators can return non-scalar keys
/php-src/ext/intl/tests/
H A Duconverter_getstandards_basic.phpt13 assertTrue($standards === array_values($standards), '$standards keys must be numeric');
/php-src/ext/pgsql/tests/
H A D80_bug14383.phpt2 Bug #14383 (8.0+) (using postgres with DBA causes DBA not to be able to find any keys)
48 Total keys: 6
H A D12pg_insert_9.phpt72 Array of values must be an associative array with string keys
73 Array of values must be an associative array with string keys
H A D13pg_select_9.phpt93 Array of values must be an associative array with string keys
94 Array of values must be an associative array with string keys
/php-src/ext/standard/tests/streams/
H A Dstream_select_preserve_keys.phpt2 Bug #53427 + emulate_read (stream_select does not preserve keys)
/php-src/ext/ffi/tests/
H A Dweak_reference_004.phpt2 Using FFI Types for keys of a WeakMap
/php-src/Zend/tests/
H A Dlist_keyed_conversions.phpt2 list() with non-integer-or-string keys
/php-src/ext/dba/tests/
H A Dbug38698.phpt2 Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
/php-src/Zend/tests/array_unpack/
H A Dstring_keys.phpt2 Array unpacking with string keys

Completed in 22 milliseconds

1234567891011