diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-24 15:28:36 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-29 12:34:16 +0200 |
| commit | 2519827732d82d13e0e58b1997dcd43eadb4c826 (patch) | |
| tree | 57e343276c3b3c68922ff95554805aa967bef415 /ext/bcmath/tests | |
| parent | a88107d0ba770f3fe7a6ffd33cddd02c0afabe18 (diff) | |
| download | php-git-2519827732d82d13e0e58b1997dcd43eadb4c826.tar.gz | |
Update gmp+bcmath parameter names
Closes GH-6205.
Diffstat (limited to 'ext/bcmath/tests')
| -rw-r--r-- | ext/bcmath/tests/bcsqrt_error1.phpt | 2 | ||||
| -rw-r--r-- | ext/bcmath/tests/bug75178.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/tests/bcsqrt_error1.phpt b/ext/bcmath/tests/bcsqrt_error1.phpt index 83c85183f4..bdc850f979 100644 --- a/ext/bcmath/tests/bcsqrt_error1.phpt +++ b/ext/bcmath/tests/bcsqrt_error1.phpt @@ -14,4 +14,4 @@ try { } ?> --EXPECT-- -bcsqrt(): Argument #1 ($operand) must be greater than or equal to 0 +bcsqrt(): Argument #1 ($num) must be greater than or equal to 0 diff --git a/ext/bcmath/tests/bug75178.phpt b/ext/bcmath/tests/bug75178.phpt index 4804452384..9025e61c73 100644 --- a/ext/bcmath/tests/bug75178.phpt +++ b/ext/bcmath/tests/bug75178.phpt @@ -18,5 +18,5 @@ try { } ?> --EXPECT-- -bcpowmod(): Argument #1 ($base) cannot have a fractional part +bcpowmod(): Argument #1 ($num) cannot have a fractional part bcpowmod(): Argument #3 ($modulus) cannot have a fractional part |
