Fixed the bvt streams tests

This commit is contained in:
Jenny Tam 2018-05-25 10:25:39 -07:00
parent 8f5c7061d6
commit 9e8d674473
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ sqlsrv_execute($stmt);
/* Send up to 8K of parameter data to the server with each call to
sqlsrv_send_stream_data. Count the calls. */
$i = 1;
$i = 0;
while (sqlsrv_send_stream_data($stmt)) {
$i++;
}

View file

@ -53,7 +53,7 @@ if ($stmt === false) {
/* Send up to 8K of parameter data to the server with each call to
sqlsrv_send_stream_data. Count the calls. */
$i = 1;
$i = 0;
while (sqlsrv_send_stream_data($stmt)) {
$i++;
}