--TEST-- Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0)) --SKIPIF-- --FILE-- --EXPECTF-- 10 + 0 = 10 10 + "0" = 10 Warning: gmp_div(): Zero operand not allowed in %s on line %d 0 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d 0