Lines Matching refs:values
2 Test join() function : usage variations - unexpected values for 'glue' argument
25 // array with different values
26 $values = array (
28 // integer values
34 // float values
41 // array values
48 // boolean values
67 // when $glue argument is supplied with different values
68 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
70 for($index = 0; $index < count($values); $index ++) {
72 $glue = $values [$index];
88 --- Testing join() by supplying different values for 'glue' argument ---