We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab46d20 commit 66b359eCopy full SHA for 66b359e
ext/mysqli/tests/gh8267.phpt
@@ -17,6 +17,7 @@ $mysqli->query("INSERT INTO foo VALUES (9223372036854775807)");
17
var_dump($mysqli->insert_id);
18
$mysqli->query("INSERT INTO foo VALUES (0)");
19
20
+$mysqli->query("DROP TABLE IF EXISTS foo");
21
?>
22
--EXPECT--
23
string(19) "9223372036854775807"
0 commit comments