summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug48801.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug48801.phpt')
-rw-r--r--ext/gd/tests/bug48801.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/bug48801.phpt b/ext/gd/tests/bug48801.phpt
index b5e32af480..0975d7d774 100644
--- a/ext/gd/tests/bug48801.phpt
+++ b/ext/gd/tests/bug48801.phpt
@@ -2,8 +2,8 @@
Bug #48801 (Problem with imagettfbbox)
--SKIPIF--
<?php
- if(!extension_loaded('gd')){ die('skip gd extension not available'); }
- if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
+ if(!extension_loaded('gd')){ die('skip gd extension not available'); }
+ if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
?>
--FILE--
<?php