Skip to content

Commit

Permalink
Fixed a mistake in a comment as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Feb 19, 2020
1 parent 17c3343 commit 5523c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/pdo_sqlsrv/pdo_buffered_fetch_types.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function fetchFloatAsInt($conn, $tableName)
print_r($stmt->errorInfo());
}
} catch (PdoException $e) {
echo "Caught exception in fetchFloat:\n";
echo "Caught exception in fetchFloatAsInt:\n";
echo $e->getMessage() . PHP_EOL;
}
}
Expand Down

0 comments on commit 5523c54

Please sign in to comment.