summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/004.phpt')
-rw-r--r--ext/mysqli/tests/004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/004.phpt b/ext/mysqli/tests/004.phpt
index 010d6e1960..57ffff44c8 100644
--- a/ext/mysqli/tests/004.phpt
+++ b/ext/mysqli/tests/004.phpt
@@ -34,7 +34,7 @@ require_once('skipifconnectfailure.inc');
if (!$stmt = mysqli_prepare($link, "SELECT * FROM test_bind_fetch ORDER BY c1"))
printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
-
+
$c1 = $c2 = NULL;
mysqli_stmt_bind_result($stmt, $c1, $c2);
mysqli_stmt_execute($stmt);