summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_strval.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/tests/gmp_strval.phpt')
-rw-r--r--ext/gmp/tests/gmp_strval.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gmp/tests/gmp_strval.phpt b/ext/gmp/tests/gmp_strval.phpt
index 79fd73ecf8..df3e596a19 100644
--- a/ext/gmp/tests/gmp_strval.phpt
+++ b/ext/gmp/tests/gmp_strval.phpt
@@ -40,13 +40,13 @@ NULL
Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in %s on line %d
bool(false)
-Warning: gmp_strval() expects parameter 2 to be long, string given in %s on line %d
+Warning: gmp_strval() expects parameter 2 to be integer, string given in %s on line %d
NULL
Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s on line %d
bool(false)
-Warning: gmp_strval() expects parameter 2 to be long, string given in %s on line %d
+Warning: gmp_strval() expects parameter 2 to be integer, string given in %s on line %d
NULL
Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
@@ -68,10 +68,10 @@ Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and
bool(false)
string(8) "-3373333"
-Warning: gmp_strval() expects parameter 2 to be long, array given in %s on line %d
+Warning: gmp_strval() expects parameter 2 to be integer, array given in %s on line %d
NULL
-Warning: gmp_strval() expects parameter 2 to be long, object given in %s on line %d
+Warning: gmp_strval() expects parameter 2 to be integer, object given in %s on line %d
NULL
Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d