Skip to content

Commit

Permalink
Fixed a typo as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Aug 19, 2019
1 parent d5dd5f2 commit 3d8c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/pdo_sqlsrv/PDO81_MemoryCheck.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function RunTest($noPasses, $noRows, $tableName, $conn, $prepared, $mode)
case 6: // fetchColumn
$stmt = ExecuteQueryEx($conn, $tsql, ($prepared ? false : true));
$fldCount = $stmt->columnCount();
$result = $stmt->fetchAll();
$result = $stmt->fetchColumn();
$rowCount = count($result);
unset($result);
$stmt->closeCursor();
Expand Down

0 comments on commit 3d8c68e

Please sign in to comment.