--TEST-- Test array_shift() function : error conditions - Pass incorrect number of args --FILE-- --EXPECTF-- *** Testing array_shift() : error conditions *** -- Testing array_shift() function with Zero arguments -- Warning: Wrong parameter count for array_shift() in %s on line %d NULL -- Testing array_shift() function with more than expected no. of arguments -- Warning: Wrong parameter count for array_shift() in %s on line %d NULL Done