--TEST-- Test join() function : error conditions(Bug#42789) --FILE-- --EXPECTF-- *** Testing join() : error conditions *** -- Testing join() function with Zero arguments -- Warning: Wrong parameter count for join() in %s on line %d NULL -- Testing join() function with more than expected no. of arguments -- Warning: Wrong parameter count for join() in %s on line %d NULL -- Testing join() with less than expected no. of arguments -- Warning: join(): Argument to implode must be an array in %s on line %d NULL Done