Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Nov 27, 2024
1 parent 7168451 commit c14c10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/gmp/tests/gmp_scan0.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ try {

echo "Done\n";
?>
--EXPECT--
--EXPECTF--
gmp_scan0(): Argument #2 ($start) must be between 0 and %d * %d
int(2)
int(0)
Expand Down
2 changes: 1 addition & 1 deletion ext/gmp/tests/gmp_scan1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ try {

echo "Done\n";
?>
--EXPECT--
--EXPECTF--
gmp_scan1(): Argument #2 ($start) must be between 0 and %d * %d
int(1)
int(12)
Expand Down

0 comments on commit c14c10e

Please sign in to comment.