Commit 7500c86b15e for php.net
commit 7500c86b15ea00bfe9b3ad1d288aa0214248e3b7
Author: David Carlier <devnexen@gmail.com>
Date: Sun May 24 20:50:12 2026 +0100
ext/intl: fix deprecation warning for GH-19666 test.
diff --git a/ext/gd/tests/gh19666.phpt b/ext/gd/tests/gh19666.phpt
index 2d82b9b4476..ba9bf54f566 100644
--- a/ext/gd/tests/gh19666.phpt
+++ b/ext/gd/tests/gh19666.phpt
@@ -17,8 +17,6 @@
$rgba = imagecolorat($image, 0, 0);
$colors = imagecolorsforindex($image, $rgba);
var_dump($colors);
-
-imagedestroy($image);
?>
--EXPECT--
bool(true)