summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug49600.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug49600.phpt')
-rw-r--r--ext/gd/tests/bug49600.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/bug49600.phpt b/ext/gd/tests/bug49600.phpt
index 79830be71f..3817391765 100644
--- a/ext/gd/tests/bug49600.phpt
+++ b/ext/gd/tests/bug49600.phpt
@@ -2,9 +2,9 @@
Bug #49600 (imageTTFText text shifted right)
--SKIPIF--
<?php
- if(!extension_loaded('gd')){ die('skip gd extension not available'); }
- if(!function_exists('imagettftext')) die('skip imagettftext() not available');
- if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
+ if(!extension_loaded('gd')){ die('skip gd extension not available'); }
+ if(!function_exists('imagettftext')) die('skip imagettftext() not available');
+ if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
?>
--FILE--
<?php