summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug53504.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug53504.phpt')
-rw-r--r--ext/gd/tests/bug53504.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/bug53504.phpt b/ext/gd/tests/bug53504.phpt
index 11e7a8af57..3a6a06006a 100644
--- a/ext/gd/tests/bug53504.phpt
+++ b/ext/gd/tests/bug53504.phpt
@@ -2,8 +2,8 @@
Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
--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