Lines Matching refs:values
2 Test chop() function : usage variations - unexpected values for charlist argument
11 * Testing chop() : with different unexpected values for charlist argument passes to the function
14 echo "*** Testing chop() : with different unexpected values for charlist argument ***\n";
32 // array with different values
33 $values = array (
35 // integer values
41 // float values
48 // array values
55 // boolean values
68 // null values
85 // when $charlist argument is supplied with different values
87 echo "\n--- Testing chop() by supplying different values for 'charlist' argument ---\n";
89 for($index = 0; $index < count($values); $index ++) {
91 $charlist = $values [$index];
104 *** Testing chop() : with different unexpected values for charlist argument ***
110 --- Testing chop() by supplying different values for 'charlist' argument ---