summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug22544.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug22544.phpt')
-rw-r--r--ext/gd/tests/bug22544.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/bug22544.phpt b/ext/gd/tests/bug22544.phpt
index 4c8f763a73..b18eef4332 100644
--- a/ext/gd/tests/bug22544.phpt
+++ b/ext/gd/tests/bug22544.phpt
@@ -15,9 +15,9 @@ Bug #22544 (TrueColor transparency in PNG images).
$red = imageColorAllocate($image, 255, 50, 50);
imageColorTransparent($image, $transparent);
imageFilledRectangle($image, 0, 0, 640-1, 100-1, $transparent);
- imagePng($image, $dest);
+ imagegd($image, $dest);
echo md5_file($dest) . "\n";
@unlink($dest);
?>
--EXPECT--
-10a57d09a2c63fad87b85b38d6b258d6
+7643ef115f642a79c2de6e411f485ddd