Lines Matching refs:join
2 Test join() function : usage variations - unexpected values for 'glue' argument
6 * testing join() by passing different unexpected value for glue argument
9 echo "*** Testing join() : usage variations ***\n";
80 // loop through each element of the array and check the working of join()
82 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
89 var_dump(join($glue, $pieces));
100 *** Testing join() : usage variations ***
102 --- Testing join() by supplying different values for 'glue' argument ---
122 join(): Argument #1 ($separator) must be of type string, array given
124 join(): Argument #1 ($separator) must be of type string, array given
126 join(): Argument #1 ($separator) must be of type string, array given
128 join(): Argument #1 ($separator) must be of type string, array given
130 join(): Argument #1 ($separator) must be of type string, array given
150 join(): Argument #1 ($separator) must be of type array|string, resource given