--TEST-- Test array_intersect() function : error conditions --FILE-- --EXPECTF-- *** Testing array_intersect() : error conditions *** -- Testing array_intersect() function with Zero arguments -- Warning: array_intersect(): at least 2 parameters are required, 0 given in %s on line %d NULL -- Testing array_intersect() function with less than expected no. of arguments -- Warning: array_intersect(): at least 2 parameters are required, 1 given in %s on line %d NULL Done