diff options
Diffstat (limited to 'ext/mysqli/tests/bug72489.phpt')
-rw-r--r-- | ext/mysqli/tests/bug72489.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/bug72489.phpt b/ext/mysqli/tests/bug72489.phpt index 744a504c8d..cd941b2881 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 |