Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.3/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-5.3/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-5.3/ext/openssl/tests/
H A Dbug41033.phpt2 #41033, enable signing with DSA keys
/PHP-5.3/ext/filter/tests/
H A D039.phpt94 Warning: filter_var_array(): Empty keys are not allowed in the definition array in %s on line %d
97 Warning: filter_var_array(): Empty keys are not allowed in the definition array in %s on line %d
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_128BitKey.phpt33 // keys upto 128 bits (16 bytes)
34 $keys = array(
52 foreach ($keys as $key) {
/PHP-5.3/ext/standard/tests/array/
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 Dksort_variation6.phpt19 // an array containng unsorted hexadecimal values with keys
20 // There are multiple keys which are duplicate and the later should be picked
H A Darray_unique_basic.phpt12 // array with default keys
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_values_variation3.phpt2 Test array_values() function : usage variations - array keys different data types
11 * Pass arrays where the keys are different data types as $input argument
H A Darray_merge_variation4.phpt2 Test array_merge() function : usage variations - Diff. data types as array keys
11 * Pass an array with different data types as keys to test how array_merge
29 // arrays with keys as different data types to be passed as $input
H A Darray_key_exists.phpt25 /* keys to search in $search_arrays. $keys[0]
27 $keys = array( 1, 'a', 2, 4, "Name", "Red", 0, 3 );
31 $key = $keys[ $key_counter++ ];
37 // use different keys on each sub array of $search_arrays
H A Darray_merge_recursive_variation3.phpt50 /*1*/ array(1, 2,), // with default keys and numeric values
51 array(1.1, 2.2), // with default keys & float values
52 array(false, true), // with default keys and boolean values
60 /*9*/ array(1 => "one", 2 => "two"), // explicit numeric keys, string values
61 array("one" => 1, "two" => 2, "1" => 1 ), // string keys & numeric values
62 array( 1 => 10, 2 => 20, 4 => 40), // explicit numeric keys and numeric values
H A Darray_intersect_key_variation5.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_diff_key_variation5.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_intersect_key_variation6.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_intersect_assoc_variation9.phpt22 // arrays with default keys
26 // arrays with explicit keys
H A Darray_intersect_key_variation8.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_diff_assoc_variation10.phpt8 * the keys are equal
H A Darray_diff_ukey_variation7.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
/PHP-5.3/ext/xmlrpc/tests/
H A Dbug37057.phpt2 Bug #37057 (xmlrpc_decode() may produce arrays with numeric string keys which are unaccessible)
/PHP-5.3/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt2 Test ResourceBundle array access and count - existing/missing keys
/PHP-5.3/ext/wddx/tests/
H A Dbug35410.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
H A Dbug35410_64bit.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)

Completed in 37 milliseconds

12345678910>>...13