mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
`bcdiv()` and `bcmod()` throw DivisionByZeroError if the divisor is 0, which matches the behavior of the `/` and `%` operators, and `bcsqrt()` throws ValueError for negative operands.