summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug41442.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug41442.phpt')
-rw-r--r--ext/gd/tests/bug41442.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/bug41442.phpt b/ext/gd/tests/bug41442.phpt
index 78a61bec95..ba5950dd15 100644
--- a/ext/gd/tests/bug41442.phpt
+++ b/ext/gd/tests/bug41442.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #41442 (imagegd2() under output control)
--SKIPIF--
-<?php
+<?php
if (!extension_loaded('gd')) {
die("skip gd extension not available.");
}
@@ -31,7 +31,7 @@ var_dump(imagecreatefromstring($str2));
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
resource(%d) of type (gd)
resource(%d) of type (gd)
Done