diff --git a/test/pdo_sqlsrv/pdo_commit.phpt b/test/pdo_sqlsrv/pdo_commit.phpt index d89ded4d..f44ffd36 100644 --- a/test/pdo_sqlsrv/pdo_commit.phpt +++ b/test/pdo_sqlsrv/pdo_commit.phpt @@ -30,9 +30,8 @@ starts a transaction, delete rows and commit the transaction $conn->exec("DROP TABLE Table1 "); //free statement and connection - $ret=NULL; $stmt = NULL; - $conn=NULL; + $conn = NULL; ?> --EXPECT-- 2 rows affected