Lines Matching refs:arrays
2 Test array_combine() function : usage variations - different arrays(Bug#43424)
6 * Passing different types of arrays to both $keys and $values arguments and testing whether
10 echo "*** Testing array_combine() : Passing different types of arrays to both \$keys and \$values a…
11 /* Different heredoc strings passed as argument to arrays */
41 // arrays passed to $keys argument
42 $arrays = array (
52 // associative arrays
70 // loop through each sub-array within $arrays to check the behavior of array_combine()
71 // same arrays are passed to both $keys and $values
73 foreach($arrays as $array) {
82 *** Testing array_combine() : Passing different types of arrays to both $keys and $values argument …