summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_sqrtrem.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/gmp_sqrtrem.phpt')
-rw-r--r--ext/gmp/tests/gmp_sqrtrem.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/tests/gmp_sqrtrem.phpt b/ext/gmp/tests/gmp_sqrtrem.phpt
index 819fe217c6..0d63a54ff8 100644
--- a/ext/gmp/tests/gmp_sqrtrem.phpt
+++ b/ext/gmp/tests/gmp_sqrtrem.phpt
@@ -86,5 +86,5 @@ string(1) "1"
gmp_sqrtrem(): Argument #1 ($a) must be greater than or equal to 0
string(4) "1000"
string(1) "1"
-gmp_sqrtrem(): Argument #1 ($a) must be of type GMP|string|int|bool, array given
+gmp_sqrtrem(): Argument #1 ($a) must be of type GMP|string|int, array given
Done