Lines Matching refs:values
2 Test shuffle() function : usage variation - associative arrays with diff types of values
7 * having different types of values, are passed to 'array_arg' argument
10 echo "*** Testing shuffle() : associative arrays with diff types of values ***\n";
14 // array with positive int values
17 // array with negative int values
20 // array with positive float values
23 // array with negative float values
29 // array with bool values
32 // array with positive hexa values
35 // array with negative hexa values
38 // array with positive octal values
41 // array with negative octal values
44 // array with null values
50 echo "\n*** Testing shuffle() with arrays having different types of values ***\n";
63 *** Testing shuffle() : associative arrays with diff types of values ***
65 *** Testing shuffle() with arrays having different types of values ***