3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = time(); while(true) { for($i =0; $i<4; $i++) echo $time.","; sleep(120); $time = time(); echo "\n"; }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
1351425626,1351425626,1351425626,1351425626,
Process exited with code 137.

preferences:
65.54 ms | 1136 KiB | 4 Q