diff options
Diffstat (limited to 'ext/gmp/tests/011.phpt')
-rw-r--r-- | ext/gmp/tests/011.phpt | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/ext/gmp/tests/011.phpt b/ext/gmp/tests/011.phpt index e47df03be2..90249189e9 100644 --- a/ext/gmp/tests/011.phpt +++ b/ext/gmp/tests/011.phpt @@ -38,23 +38,7 @@ var_dump(gmp_strval($r)); echo "Done\n"; ?> ---EXPECTF-- -Warning: gmp_divexact() expects exactly 2 parameters, 3 given in %s on line %d -NULL - -Warning: gmp_divexact() expects exactly 2 parameters, 0 given in %s on line %d -NULL -string(1) "0" - -Warning: gmp_divexact(): Zero operand not allowed in %s on line %d -string(1) "0" -string(2) "10" -string(3) "512" -string(19) "5000000000000000000" -string(18) "200000000000000000" -string(9) "-10000000" -Done ---UEXPECTF-- +--EXPECTF-- Warning: gmp_divexact() expects exactly 2 parameters, 3 given in %s on line %d NULL |