close connection in pdo_warnings.phpt

This commit is contained in:
v-kaywon 2017-04-04 17:30:17 -07:00
parent 7901d72f03
commit ed4e8649af

View file

@ -18,7 +18,8 @@ Test warnings on connection and statement levels
$statement = $conn->prepare("CRATE TABLE table1(id INT NOT NULL PRIMARY KEY, val VARCHAR(10)) ");
$statement->execute();
$statement = NULL;
$conn = NULL;
?>
--EXPECTREGEX--
Warning: SQLSTATE: IMSSP