--TEST-- Test join() function: error conditions --FILE-- --EXPECTF-- *** Testing join() : error conditions *** -- Testing join() function with Zero arguments -- Warning: join() expects at least 1 parameter, 0 given in %s on line %d NULL -- Testing join() function with more than expected no. of arguments -- Warning: join() expects at most 2 parameters, 3 given in %s on line %d NULL -- Testing join() with less than expected no. of arguments -- Warning: join(): Argument must be an array in %s on line %d NULL Done