diff options
Diffstat (limited to 'ext/gd/tests/bug38179.phpt')
-rw-r--r-- | ext/gd/tests/bug38179.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug38179.phpt b/ext/gd/tests/bug38179.phpt index 8adc389228..07becd0703 100644 --- a/ext/gd/tests/bug38179.phpt +++ b/ext/gd/tests/bug38179.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel) +Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel) --SKIPIF-- <?php if (!function_exists('imagecopy')) die("skip gd extension not available\n"); |