summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug70976.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug70976.phpt')
-rw-r--r--ext/gd/tests/bug70976.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/tests/bug70976.phpt b/ext/gd/tests/bug70976.phpt
index b4f5c9b78b..cd10a8ffc0 100644
--- a/ext/gd/tests/bug70976.phpt
+++ b/ext/gd/tests/bug70976.phpt
@@ -10,4 +10,5 @@ $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
var_dump($img);
?>
--EXPECT--
-resource(5) of type (gd)
+object(GdImage)#2 (0) {
+}