--TEST-- Test exif_imagetype() function : error conditions --SKIPIF-- --FILE-- ===Done=== --EXPECTF-- *** Testing exif_imagetype() : error conditions *** -- Testing exif_imagetype() function with no arguments -- Warning: exif_imagetype() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing exif_imagetype() function with more than expected no. of arguments -- Warning: exif_imagetype() expects exactly 1 parameter, 2 given in %s on line %d NULL -- Testing exif_imagetype() function with an unknown file -- Warning: exif_imagetype(%s/foo.jpg): failed to open stream: No such file or directory in %s on line %d bool(false) ===Done===