diff options
Diffstat (limited to 'ext/gmp/tests/gmp_pow.phpt')
| -rw-r--r-- | ext/gmp/tests/gmp_pow.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/tests/gmp_pow.phpt b/ext/gmp/tests/gmp_pow.phpt index e17ecc7bad..6140b0cebf 100644 --- a/ext/gmp/tests/gmp_pow.phpt +++ b/ext/gmp/tests/gmp_pow.phpt @@ -57,10 +57,10 @@ NULL Warning: gmp_pow() expects exactly 2 parameters, 0 given in %s on line %d NULL -Warning: gmp_pow() expects parameter 2 to be long, array given in %s on line %d +Warning: gmp_pow() expects parameter 2 to be integer, array given in %s on line %d NULL -Warning: gmp_pow() expects parameter 2 to be long, array given in %s on line %d +Warning: gmp_pow() expects parameter 2 to be integer, array given in %s on line %d NULL Warning: gmp_pow(): Unable to convert variable to GMP - wrong type in %s on line %d |
