Lines Matching refs:values
2 Test shuffle() function : usage variation - arrays with diff types of values
12 * types of values, are passed to 'array_arg' argument
15 echo "*** Testing shuffle() : 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
52 echo "\n*** Testing shuffle() with arrays having different types of values ***\n";
65 *** Testing shuffle() : arrays with diff types of values ***
67 *** Testing shuffle() with arrays having different types of values ***