summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug43073.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug43073.phpt')
-rw-r--r--ext/gd/tests/bug43073.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/bug43073.phpt b/ext/gd/tests/bug43073.phpt
index 74641496de..4257f6c1a7 100644
--- a/ext/gd/tests/bug43073.phpt
+++ b/ext/gd/tests/bug43073.phpt
@@ -2,8 +2,8 @@
Bug #43073 (TrueType bounding box is wrong for angle<>0)
--SKIPIF--
<?php
- if(!extension_loaded('gd')){ die('skip gd extension not available'); }
- if(!function_exists('imagettftext')) die('skip imagettftext() not available');
+ if(!extension_loaded('gd')){ die('skip gd extension not available'); }
+ if(!function_exists('imagettftext')) die('skip imagettftext() not available');
?>
--FILE--
<?php