Lines Matching refs:values
2 Test join() function : usage variations - unexpected values for 'glue' argument
35 // array with different values
36 $values = array (
38 // integer values
44 // float values
51 // array values
58 // boolean values
71 // null values
87 // when $glue argument is supplied with different values
88 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
90 for($index = 0; $index < count($values); $index ++) {
92 $glue = $values [$index];
104 --- Testing join() by supplying different values for 'glue' argument ---