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.3
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.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0
string(5) "0.106"

preferences:
72.74 ms | 975 KiB | 4 Q