We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebda19 commit 7d65cc8Copy full SHA for 7d65cc8
ext/mysqli/tests/clean_table.inc
@@ -8,7 +8,4 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
8
9
if (!mysqli_query($link, 'DROP TABLE IF EXISTS test')) {
10
printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
11
-}
12
-
13
-mysqli_close($link);
14
-?>
+}
0 commit comments