summaryrefslogtreecommitdiff
path: root/ext/gd/tests/xbm2png.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/xbm2png.phpt')
-rw-r--r--ext/gd/tests/xbm2png.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/gd/tests/xbm2png.phpt b/ext/gd/tests/xbm2png.phpt
index 8dcd07bc4a..9b1b4013c8 100644
--- a/ext/gd/tests/xbm2png.phpt
+++ b/ext/gd/tests/xbm2png.phpt
@@ -14,13 +14,13 @@ xbm --> png conversion test
?>
--FILE--
<?php
- $cwd = __DIR__;
+ $cwd = __DIR__;
- echo "XBM to PNG conversion: ";
- echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'failed';
- echo "\n";
+ echo "XBM to PNG conversion: ";
+ echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'failed';
+ echo "\n";
- @unlink($cwd . "/test_xbm.png");
+ @unlink($cwd . "/test_xbm.png");
?>
--EXPECT--
XBM to PNG conversion: ok