Lines Matching refs:array_rand

2 Test array_rand() function : usage variations - unexpected values for 'input' parameter
5 /* Prototype : mixed array_rand(array input [, int num_req])
11 * Test array_rand() with different types of values other than arrays passed to the 'input' parameter
15 echo "*** Testing array_rand() : unexpected values for 'input' parameter ***\n";
84 /* loop through each element of the array to test array_rand() function
90 var_dump( array_rand($value,$num_req) );
100 *** Testing array_rand() : unexpected values for 'input' parameter ***
104 Warning: array_rand() expects parameter 1 to be array, int given in %s on line %d
109 Warning: array_rand() expects parameter 1 to be array, int given in %s on line %d
114 Warning: array_rand() expects parameter 1 to be array, int given in %s on line %d
119 Warning: array_rand() expects parameter 1 to be array, int given in %s on line %d
124 Warning: array_rand() expects parameter 1 to be array, float given in %s on line %d
129 Warning: array_rand() expects parameter 1 to be array, float given in %s on line %d
134 Warning: array_rand() expects parameter 1 to be array, float given in %s on line %d
139 Warning: array_rand() expects parameter 1 to be array, float given in %s on line %d
144 Warning: array_rand() expects parameter 1 to be array, float given in %s on line %d
149 Warning: array_rand() expects parameter 1 to be array, null given in %s on line %d
154 Warning: array_rand() expects parameter 1 to be array, null given in %s on line %d
159 Warning: array_rand() expects parameter 1 to be array, bool given in %s on line %d
164 Warning: array_rand() expects parameter 1 to be array, bool given in %s on line %d
169 Warning: array_rand() expects parameter 1 to be array, bool given in %s on line %d
174 Warning: array_rand() expects parameter 1 to be array, bool given in %s on line %d
179 Warning: array_rand() expects parameter 1 to be array, string given in %s on line %d
184 Warning: array_rand() expects parameter 1 to be array, string given in %s on line %d
189 Warning: array_rand() expects parameter 1 to be array, string given in %s on line %d
194 Warning: array_rand() expects parameter 1 to be array, string given in %s on line %d
199 Warning: array_rand() expects parameter 1 to be array, object given in %s on line %d
204 Warning: array_rand() expects parameter 1 to be array, resource given in %s on line %d
209 Warning: array_rand() expects parameter 1 to be array, null given in %s on line %d
214 Warning: array_rand() expects parameter 1 to be array, null given in %s on line %d