From c14c10e365d380fd00ea069ec23be0e652e79eb9 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Wed, 27 Nov 2024 20:47:07 +0000 Subject: [PATCH] fix tests --- ext/gmp/tests/gmp_scan0.phpt | 2 +- ext/gmp/tests/gmp_scan1.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gmp/tests/gmp_scan0.phpt b/ext/gmp/tests/gmp_scan0.phpt index 8bd881758c3d3..3accf37eee10e 100644 --- a/ext/gmp/tests/gmp_scan0.phpt +++ b/ext/gmp/tests/gmp_scan0.phpt @@ -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) diff --git a/ext/gmp/tests/gmp_scan1.phpt b/ext/gmp/tests/gmp_scan1.phpt index f0208a0594d84..8021f7e679d86 100644 --- a/ext/gmp/tests/gmp_scan1.phpt +++ b/ext/gmp/tests/gmp_scan1.phpt @@ -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)