Lines Matching refs:values
2 Test wordwrap() function : usage variations - unexpected values for str argument
11 * testing wordwrap() by providing different values for str argument
27 // array with different values
28 $values = array (
30 // integer values
36 // float values
43 // array values
50 // boolean values
78 // when $str arugment is supplied with different values
79 echo "\n--- Testing wordwrap() by supplying different values for 'str' argument ---\n";
81 for($index = 0; $index < count($values); $index ++) {
83 $str = $values [$index];
108 --- Testing wordwrap() by supplying different values for 'str' argument ---