summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug51671.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug51671.phpt')
-rw-r--r--ext/gd/tests/bug51671.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug51671.phpt b/ext/gd/tests/bug51671.phpt
index 1d72e734a9..1520e84f35 100644
--- a/ext/gd/tests/bug51671.phpt
+++ b/ext/gd/tests/bug51671.phpt
@@ -2,7 +2,7 @@
Bug #51671 (imagefill does not work correctly for small images)
--SKIPIF--
<?php
- if(!extension_loaded('gd')){ die('skip gd extension not available'); }
+ if(!extension_loaded('gd')){ die('skip gd extension not available'); }
?>
--FILE--
<?php