Skip to content

Commit 11a3a52

Browse files
committed
- Fixed test
1 parent 955ebdf commit 11a3a52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/pdo/tests/pdo_021.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ $select->execute();
4141
$num = $select->fetchColumn();
4242
echo 'There are ' . $num . " rows in the table.\n";
4343

44-
$select->closeCursor();
45-
4644
// Insert using named parameters
4745
$stmt2 = $db->prepare("INSERT INTO test VALUES(:first, :second, :third)");
4846
foreach ($data as $row) {

0 commit comments

Comments
 (0)