--TEST-- gmp_divexact() tests (OK to fail with GMP =< 4.2.1) --FILE-- --EXPECTF-- 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-- unicode(1) "0" Warning: gmp_divexact(): Zero operand not allowed in %s on line %d unicode(1) "0" unicode(2) "10" unicode(3) "512" unicode(19) "5000000000000000000" unicode(18) "200000000000000000" unicode(9) "-10000000" Done