We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33bd49 commit 3e79ab2Copy full SHA for 3e79ab2
1 file changed
ext/gd/tests/gh19739.phpt
@@ -10,7 +10,6 @@ $color = imagecolorallocate($im, 150, 255, 0);
10
var_dump(imageellipse($im, 64, 150, 2147483647, 2147483647, $color));
11
var_dump(imagefilledellipse($im, 64, 150, 2147483647, 2147483647, $color));
12
13
-imagedestroy($im);
14
echo "done" . PHP_EOL;
15
?>
16
--EXPECT--
0 commit comments