summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagefilledarc_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagefilledarc_error1.phpt')
-rw-r--r--ext/gd/tests/imagefilledarc_error1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagefilledarc_error1.phpt b/ext/gd/tests/imagefilledarc_error1.phpt
index b2bc4172de..46d51ba34b 100644
--- a/ext/gd/tests/imagefilledarc_error1.phpt
+++ b/ext/gd/tests/imagefilledarc_error1.phpt
@@ -18,7 +18,7 @@ $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
imagefilledarc($image, 50, 50, 30, 30, 0, 90, $white);
ob_start();
-imagepng($image);
+imagegd($image);
$img = ob_get_contents();
ob_end_clean();
@@ -26,4 +26,4 @@ echo md5(base64_encode($img));
?>
--EXPECTF--
Warning: imagefilledarc() expects exactly 9 parameters, 8 given in %s on line %d
-abebb25b5a2813cfbf92f1f24365786a
+c5b7013900f5466aebfc42499a7ec8ec