We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 825e734 + 7500c86 commit 973d511Copy full SHA for 973d511
1 file changed
ext/gd/tests/gh19666.phpt
@@ -17,8 +17,6 @@ var_dump(imageconvolution($image, $gaussian, 16, 0));
17
$rgba = imagecolorat($image, 0, 0);
18
$colors = imagecolorsforindex($image, $rgba);
19
var_dump($colors);
20
-
21
-imagedestroy($image);
22
?>
23
--EXPECT--
24
bool(true)
0 commit comments