]> granicus.if.org Git - php/commitdiff
- Fixed test
authorFelipe Pena <felipe@php.net>
Fri, 3 Dec 2010 23:25:27 +0000 (23:25 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 3 Dec 2010 23:25:27 +0000 (23:25 +0000)
ext/pdo/tests/pdo_021.phpt

index 688bd4a618985903820a65716d7f091d06d6f996..fb25fc52bcc7034c4bac74e31f63122ab1667779 100644 (file)
@@ -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) {