diff options
Diffstat (limited to 'ext/pdo_firebird/tests')
-rw-r--r-- | ext/pdo_firebird/tests/rowCount.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_firebird/tests/rowCount.phpt b/ext/pdo_firebird/tests/rowCount.phpt index 02029ceef9..3d7f71c83b 100644 --- a/ext/pdo_firebird/tests/rowCount.phpt +++ b/ext/pdo_firebird/tests/rowCount.phpt @@ -38,6 +38,7 @@ $dbh->commit(); $dbh->exec('DROP TABLE testz'); +unset($stmt); unset($dbh); ?> |