diff options
Diffstat (limited to 'ext/gd/tests/bug72298.phpt')
-rw-r--r-- | ext/gd/tests/bug72298.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug72298.phpt b/ext/gd/tests/bug72298.phpt index 7fba241ed1..512aa8b4c1 100644 --- a/ext/gd/tests/bug72298.phpt +++ b/ext/gd/tests/bug72298.phpt @@ -6,7 +6,7 @@ Bug #72298: pass2_no_dither out-of-bounds access ?> --FILE-- <?php -$img = imagecreatetruecolor (1 , 1); +$img = imagecreatetruecolor (1 , 1); imagecolortransparent($img, 0); imagetruecolortopalette($img, false, 4); ?> |