--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() [/phpmanual/function.gmp-div.html]: Zero operand not allowed in %s on line %d 0 Warning: gmp_div_qr() [/phpmanual/function.gmp-div-qr.html]: Zero operand not allowed in %s on line %d 0