3v4l.org

run code in 500+ PHP versions simultaneously
<?php $o = gmp_init(10); var_dump($o < 15.3); $fruits = array($o, 15.3); sort($fruits);
Output for 8.5.1 - 8.5.7
Fatal error: Uncaught Error: Call to undefined function gmp_init() in /in/64TZU:3 Stack trace: #0 {main} thrown in /in/64TZU on line 3
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
Deprecated: Implicit conversion from float 15.3 to int loses precision in /in/64TZU on line 4 bool(true) Deprecated: Implicit conversion from float 15.3 to int loses precision in /in/64TZU on line 6
Output for 8.0.1 - 8.0.30
bool(true)

preferences:
101.45 ms | 1148 KiB | 4 Q