Skip to content

Commit c14c10e

Browse files
committed
fix tests
1 parent 7168451 commit c14c10e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/gmp/tests/gmp_scan0.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ try {
2727

2828
echo "Done\n";
2929
?>
30-
--EXPECT--
30+
--EXPECTF--
3131
gmp_scan0(): Argument #2 ($start) must be between 0 and %d * %d
3232
int(2)
3333
int(0)

ext/gmp/tests/gmp_scan1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ try {
2727

2828
echo "Done\n";
2929
?>
30-
--EXPECT--
30+
--EXPECTF--
3131
gmp_scan1(): Argument #2 ($start) must be between 0 and %d * %d
3232
int(1)
3333
int(12)

0 commit comments

Comments
 (0)