summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug55582.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug55582.phpt')
-rw-r--r--ext/mysqli/tests/bug55582.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug55582.phpt b/ext/mysqli/tests/bug55582.phpt
index 3933845147..132a731d0c 100644
--- a/ext/mysqli/tests/bug55582.phpt
+++ b/ext/mysqli/tests/bug55582.phpt
@@ -12,7 +12,7 @@ require_once("connect.inc");
if (!($link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))) {
printf("[001] Cannot connect to the server");
}
-
+
var_dump($link->real_query("SELECT 1"));
$res = $link->use_result();
var_dump(mysqli_num_rows($res));