Skip to content

Commit

Permalink
fix spacing in expected output in pdo_bigint_outparam.phpt and sqlsrv…
Browse files Browse the repository at this point in the history
…_bigint_outparam.phpt
  • Loading branch information
yukiwongky committed Oct 12, 2017
1 parent c30f2d6 commit 628e04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/pdo_sqlsrv/pdo_bigint_outparam.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ string(18) "922337203685479936"

Small bigint output:
int(922337203)

Small bigint inout:
int(922337203)
2 changes: 1 addition & 1 deletion test/functional/sqlsrv/sqlsrv_bigint_outparam.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ string(18) "922337203685479936"

Small bigint output:
int(922337203)

Small bigint inout:
int(922337203)

0 comments on commit 628e04e

Please sign in to comment.