From: Nikita Popov Date: Mon, 4 Jan 2021 14:27:20 +0000 (+0100) Subject: Fix newly added GMP test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=821eaaf0b45b194473f92131731ee76e50342e85;p=php Fix newly added GMP test --- diff --git a/ext/gmp/tests/comparison_invalid.phpt b/ext/gmp/tests/comparison_invalid.phpt index 8c0dfb9f18..8b68fb3ef6 100644 --- a/ext/gmp/tests/comparison_invalid.phpt +++ b/ext/gmp/tests/comparison_invalid.phpt @@ -19,5 +19,5 @@ try { ?> --EXPECT-- -TypeError: main(): Argument #2 is not an integer string +ValueError: main(): Argument #2 is not an integer string TypeError: main(): Argument #2 must be of type GMP|string|int, DateTime given