Lines Matching refs:values
2 Test array_combine() function : usage variations - associative array with different values(Bug#4342…
5 /* Prototype : array array_combine(array $keys, array $values)
7 * and the elements of the second as the corresponding values
13 * associative arrays having different possible values to $keys argument and
14 * associative arrays having different possible values to $values argument.
17 echo "*** Testing array_combine() : assoc array with diff values to both \$keys and \$values argume…
45 // arrays with integer values
50 // arrays with float values
54 // arrays with string values
62 // array with mixed values
83 *** Testing array_combine() : assoc array with diff values to both $keys and $values argument ***