summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug73949.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug73949.phpt')
-rw-r--r--ext/mysqli/tests/bug73949.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug73949.phpt b/ext/mysqli/tests/bug73949.phpt
index 7ce311eb77..9de75ecd2b 100644
--- a/ext/mysqli/tests/bug73949.phpt
+++ b/ext/mysqli/tests/bug73949.phpt
@@ -20,5 +20,5 @@ $t=array(new stdClass);
while($db= mysqli_fetch_object($res,'cc',$t)){}
print "done!";
?>
---EXPECTF--
+--EXPECT--
done!