summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug75018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug75018.phpt')
-rw-r--r--ext/mysqli/tests/bug75018.phpt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug75018.phpt b/ext/mysqli/tests/bug75018.phpt
index 28af0bb77c..ce522aab87 100644
--- a/ext/mysqli/tests/bug75018.phpt
+++ b/ext/mysqli/tests/bug75018.phpt
@@ -11,7 +11,7 @@ require_once("connect.inc");
$mysqli = new mysqli("$host:$port", $user, $passwd, $db);
-$tbl = "test_bug75018";
+$tbl = "test";
$sql = "DROP TABLE IF EXISTS $tbl";
$mysqli->query($sql);
@@ -31,6 +31,10 @@ while ($row = $result->fetch_assoc()) {
}
?>
+--CLEAN--
+<?php
+require_once "clean_table.inc";
+?>
--EXPECT--
string(1) "0"
string(4) "1365"