diff options
Diffstat (limited to 'ext/gmp/tests/011.phpt')
-rw-r--r-- | ext/gmp/tests/011.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/tests/011.phpt b/ext/gmp/tests/011.phpt index 0ca3ca3849..b413aa9624 100644 --- a/ext/gmp/tests/011.phpt +++ b/ext/gmp/tests/011.phpt @@ -39,10 +39,10 @@ var_dump(gmp_strval($r)); echo "Done\n"; ?> --EXPECTF-- -Warning: Wrong parameter count for gmp_divexact() in %s on line %d +Warning: gmp_divexact() expects exactly 2 parameters, 0 given in %s on line %d NULL -Warning: Wrong parameter count for gmp_divexact() in %s on line %d +Warning: gmp_divexact() expects exactly 2 parameters, 0 given in %s on line %d NULL string(1) "0" |