Lines Matching refs:keys
2 Test array_combine() function : usage variations - associative array with different keys(Bug#43424)
5 /* Prototype : array array_combine(array $keys, array $values)
6 * Description: Creates an array by using the elements of the first parameter as keys
13 * associative arrays having different possible keys to $keys argument and
14 * associative arrays having different possible keys to $values argument.
17 echo "*** Testing array_combine() : assoc array with diff keys to both \$keys and \$values argument…
44 // arrays with integer keys
49 // arrays with float keys
55 // arrays with string keys
65 // array with mixed keys
77 // same arrays are passed to both $keys and $values
91 *** Testing array_combine() : assoc array with diff keys to both $keys and $values argument ***