diff options
Diffstat (limited to 'ext/gd/tests/bug37360.phpt')
-rw-r--r-- | ext/gd/tests/bug37360.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug37360.phpt b/ext/gd/tests/bug37360.phpt index 74a58223a9..356c877f71 100644 --- a/ext/gd/tests/bug37360.phpt +++ b/ext/gd/tests/bug37360.phpt @@ -2,7 +2,7 @@ Bug #37360 (gdimagecreatefromgif, bad image sizes) --SKIPIF-- <?php - if (!extension_loaded('gd')) die("skip gd extension not available\n"); + if (!extension_loaded('gd')) die("skip gd extension not available\n"); ?> --FILE-- <?php |