3v4l.org

run code in 500+ PHP versions simultaneously
<?php $num = '6.23'; $num2 = '1.531'; $result = bcmod($num, $num2, 3); var_dump($result);
Output for 8.5.1 - 8.5.7
Fatal error: Uncaught Error: Call to undefined function bcmod() in /in/NismE:5 Stack trace: #0 {main} thrown in /in/NismE on line 5
Process exited with code 255.
Output for 8.1.0 - 8.1.34, 8.2.0 - 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0
string(5) "0.106"

preferences:
70.86 ms | 1013 KiB | 4 Q