3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(0.3 - 0.2); var_dump(bcsub('0.3', '0.2', 1));
Output for 8.5.1 - 8.5.3
float(0.09999999999999998) Fatal error: Uncaught Error: Call to undefined function bcsub() in /in/M5MuY:4 Stack trace: #0 {main} thrown in /in/M5MuY on line 4
Process exited with code 255.
Output for 8.1.32 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0
float(0.09999999999999998) string(3) "0.1"

preferences:
53.62 ms | 842 KiB | 4 Q