summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagechar_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagechar_basic.phpt')
-rw-r--r--ext/gd/tests/imagechar_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagechar_basic.phpt b/ext/gd/tests/imagechar_basic.phpt
index 7e5fa931bc..fa6dd4d935 100644
--- a/ext/gd/tests/imagechar_basic.phpt
+++ b/ext/gd/tests/imagechar_basic.phpt
@@ -15,11 +15,11 @@ $white = imagecolorallocate($image, 255,255,255);
$result = imagechar($image, 1, 5, 5, 'C', $white);
ob_start();
-imagepng($image, null, 9);
+imagegd($image);
$img = ob_get_contents();
ob_end_clean();
echo md5(base64_encode($img));
?>
--EXPECT--
-e94962ac28ad03bd4142cb1abe9ef98b
+f0291252e7ac2fadda25e63287e6860c