Lines Matching refs:values
2 Test shuffle() function : usage variation - associative arrays with diff types of values
12 * having different types of values, are passed to 'array_arg' argument
15 echo "*** Testing shuffle() : associative arrays with diff types of values ***\n";
19 // array with positive int values
22 // array with negative int values
25 // array with positive float values
28 // array with negative float values
34 // array with bool values
37 // array with positive hexa values
40 // array with negative hexa values
43 // array with positive octal values
46 // array with negative octal values
49 // array with null values
55 echo "\n*** Testing shuffle() with arrays having different types of values ***\n";
68 *** Testing shuffle() : associative arrays with diff types of values ***
70 *** Testing shuffle() with arrays having different types of values ***