summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_div_r.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/gmp_div_r.phpt')
-rw-r--r--ext/gmp/tests/gmp_div_r.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/tests/gmp_div_r.phpt b/ext/gmp/tests/gmp_div_r.phpt
index 1cf1e66252..eab9286fe7 100644
--- a/ext/gmp/tests/gmp_div_r.phpt
+++ b/ext/gmp/tests/gmp_div_r.phpt
@@ -76,6 +76,6 @@ object(GMP)#3 (1) {
["num"]=>
string(2) "10"
}
-gmp_div_r(): Argument #1 ($a) must be of type GMP|string|int|bool, resource given
-gmp_div_r(): Argument #1 ($a) must be of type GMP|string|int|bool, array given
+gmp_div_r(): Argument #1 ($a) must be of type GMP|string|int, resource given
+gmp_div_r(): Argument #1 ($a) must be of type GMP|string|int, array given
Done