summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug72489.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug72489.phpt')
-rw-r--r--ext/mysqli/tests/bug72489.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/bug72489.phpt b/ext/mysqli/tests/bug72489.phpt
index 4e8fb3f4e5..754eadeed3 100644
--- a/ext/mysqli/tests/bug72489.phpt
+++ b/ext/mysqli/tests/bug72489.phpt
@@ -45,9 +45,9 @@ while ($stmt->fetch()) {
echo "Finished 1\n";
$newArray = array();
-
+
echo "Finished 2\n";
-
+
?>
--CLEAN--
<?php