Ivan Rosolen <contato [at] ivanrosolen [dot] com> #phpsptestfest PHPSP on 2010-05-29 --SKIPIF-- <?php if (!extension_loaded("gd")) die("skip GD not present"); ?> --FILE-- <?php // Create a image $image = imagecreatetruecolor(400, 300); // choose a color for the ellipse $ellipse = imagecolorallocate($image, 255, 255, 255); // draw the white ellipse imagefilledellipse( 'wrong param', 200, 150, 300, 200, $ellipse); ?> --EXPECTF-- Warning: imagefilledellipse() expects parameter 1 to be resource, %s given in %s on line %d