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";
66 // loop through each element of the array and check the working of join()
68 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n";
75 var_dump(join($glue, $pieces));
86 *** Testing join() : usage variations ***
88 --- Testing join() by supplying different values for 'glue' argument ---
108 join(): Argument #1 ($separator) must be of type string, array given
110 join(): Argument #1 ($separator) must be of type string, array given
112 join(): Argument #1 ($separator) must be of type string, array given
114 join(): Argument #1 ($separator) must be of type string, array given
116 join(): Argument #1 ($separator) must be of type string, array given
132 join(): Argument #1 ($separator) must be of type array|string, resource given