From: Felipe Pena Date: Fri, 3 Dec 2010 23:25:27 +0000 (+0000) Subject: - Fixed test X-Git-Tag: php-5.4.0alpha1~191^2~559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11a3a52fc8e0483a0676cb29b81eb499301fc7a0;p=php - Fixed test --- 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) {