Description
The following code:
<?php
var_dump(bccomp('0.001', '-0.001', 1));
Resulted in this output:
But I expected this output instead:
https://3v4l.org/fhXaL
I've identified the cause, but it's too late today so I'll fix it tomorrow...
PHP Version
PHP 8.4 >=
Operating System
No response