Skip to content

Commit

Permalink
Update sqlsrv_empty_result_error.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
david-puglielli authored Sep 22, 2017
1 parent 2c28d0b commit f11c208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/sqlsrv/sqlsrv_empty_result_error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ print_r(sqlsrv_errors());

$stmt = sqlsrv_query($conn, "DROP TABLE TestEmptySetTable");
$stmt = sqlsrv_query($conn, "DROP PROCEDURE TestEmptySetProc");
sqlsrv_free($conn);
sqlsrv_close($conn);
?>
--EXPECT--
Return a nonempty result set:
Expand Down

0 comments on commit f11c208

Please sign in to comment.