From 76ba9b44b4bd6c07042a56da0bf8faea464edb45 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 3 Dec 2010 23:25:27 +0000 Subject: [PATCH] - Fixed test --- ext/pdo/tests/pdo_021.phpt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/pdo/tests/pdo_021.phpt b/ext/pdo/tests/pdo_021.phpt index 688bd4a618..fb25fc52bc 100644 --- a/ext/pdo/tests/pdo_021.phpt +++ b/ext/pdo/tests/pdo_021.phpt @@ -41,8 +41,6 @@ $select->execute(); $num = $select->fetchColumn(); echo 'There are ' . $num . " rows in the table.\n"; -$select->closeCursor(); - // Insert using named parameters $stmt2 = $db->prepare("INSERT INTO test VALUES(:first, :second, :third)"); foreach ($data as $row) { -- 2.40.0