3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = &time(); echo $time.'<br/>'; sleep(5); echo $time.'<br/>'; ?>
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.6
Notice: Only variables should be assigned by reference in /in/mOSWE on line 2 1351426665<br/>
Process exited with code 137.
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
Strict Standards: Only variables should be assigned by reference in /in/mOSWE on line 2 1351426665<br/>
Process exited with code 137.

preferences:
158 ms | 402 KiB | 166 Q