summaryrefslogtreecommitdiff
path: root/ext/gmp/tests/gmp_or.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-24 15:28:36 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-29 12:34:16 +0200
commit2519827732d82d13e0e58b1997dcd43eadb4c826 (patch)
tree57e343276c3b3c68922ff95554805aa967bef415 /ext/gmp/tests/gmp_or.phpt
parenta88107d0ba770f3fe7a6ffd33cddd02c0afabe18 (diff)
downloadphp-git-2519827732d82d13e0e58b1997dcd43eadb4c826.tar.gz
Update gmp+bcmath parameter names
Closes GH-6205.
Diffstat (limited to 'ext/gmp/tests/gmp_or.phpt')
-rw-r--r--ext/gmp/tests/gmp_or.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gmp/tests/gmp_or.phpt b/ext/gmp/tests/gmp_or.phpt
index 5a34a82add..75f631e326 100644
--- a/ext/gmp/tests/gmp_or.phpt
+++ b/ext/gmp/tests/gmp_or.phpt
@@ -46,10 +46,10 @@ string(6) "517363"
string(10) "2342341163"
string(2) "-1"
string(3) "-19"
-gmp_or(): Argument #1 ($a) is not an integer string
+gmp_or(): Argument #1 ($num1) is not an integer string
string(15) "987657876576252"
string(21) "987658441719689394144"
-gmp_or(): Argument #1 ($a) must be of type GMP|string|int, array given
-gmp_or(): Argument #2 ($b) must be of type GMP|string|int, array given
-gmp_or(): Argument #1 ($a) must be of type GMP|string|int, array given
+gmp_or(): Argument #1 ($num1) must be of type GMP|string|int, array given
+gmp_or(): Argument #2 ($num2) must be of type GMP|string|int, array given
+gmp_or(): Argument #1 ($num1) must be of type GMP|string|int, array given
Done