polyfill icon indicating copy to clipboard operation
polyfill copied to clipboard

function bcdivmod() in version 7.4, an error occurs instead of an exception.

Open inilim opened this issue 4 months ago • 0 comments

The test Php84Test.php testBcDivModDivideByZero() and testBcDivModDivideByFloatingZero(), crash with an error.

https://github.com/symfony/polyfill/blob/41ace00c1b507ac77391cab681e7e1112838d1f6/tests/Php84/Php84Test.php#L712 https://github.com/symfony/polyfill/blob/41ace00c1b507ac77391cab681e7e1112838d1f6/tests/Php84/Php84Test.php#L722

Error text: bcdiv(): Division by zero

inilim avatar Oct 14 '25 01:10 inilim