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