summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug39508.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug39508.phpt')
-rw-r--r--ext/gd/tests/bug39508.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug39508.phpt b/ext/gd/tests/bug39508.phpt
index f00a4aae4e..6bfd83614f 100644
--- a/ext/gd/tests/bug39508.phpt
+++ b/ext/gd/tests/bug39508.phpt
@@ -2,7 +2,7 @@
Bug #39508 (imagefill crashes with small images 3 pixels or less)
--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