summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/026.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/026.phpt')
-rw-r--r--ext/gmp/tests/026.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gmp/tests/026.phpt b/ext/gmp/tests/026.phpt
index d952622875..e09766c8e0 100644
--- a/ext/gmp/tests/026.phpt
+++ b/ext/gmp/tests/026.phpt
@@ -31,18 +31,18 @@ int(-1)
int(0)
int(1)
int(-1)
-int(-2)
+int(-1)
int(0)
-Warning: Wrong parameter count for gmp_cmp() in %s on line %d
+Warning: gmp_cmp() expects exactly 2 parameters, 3 given in %s on line %d
NULL
Warning: gmp_cmp(): Unable to convert variable to GMP - wrong type in %s on line %d
bool(false)
-Warning: Wrong parameter count for gmp_cmp() in %s on line %d
+Warning: gmp_cmp() expects exactly 2 parameters, 1 given in %s on line %d
NULL
-Warning: Wrong parameter count for gmp_cmp() in %s on line %d
+Warning: gmp_cmp() expects exactly 2 parameters, 0 given in %s on line %d
NULL
Done