mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02: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.