We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0
-0
The following code:
<?php var_dump(bccomp('0.001', '-0.001', 1));
Resulted in this output:
int(1)
But I expected this output instead:
int(0)
https://3v4l.org/fhXaL
I've identified the cause, but it's too late today so I'll fix it tomorrow...
PHP 8.4 >=
No response