--TEST-- Test getimagesize() function : error conditions - wrong number of args --FILE-- ===DONE=== --EXPECTF-- *** Testing getimagesize() : error conditions *** -- Testing getimagesize() function with Zero arguments -- Warning: getimagesize() expects at least 1 parameter, 0 given in %s on line %d NULL -- Testing getimagesize() function with more than expected no. of arguments -- Warning: getimagesize() expects at most 2 parameters, 3 given in %s on line %d NULL ===DONE===