3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo time(now);
Output for 8.0.0 - 8.0.17, 8.1.0 - 8.1.4
Fatal error: Uncaught Error: Undefined constant "now" in /in/jVgj8:3 Stack trace: #0 {main} thrown in /in/jVgj8 on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.28
Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/jVgj8 on line 3 Warning: time() expects exactly 0 parameters, 1 given in /in/jVgj8 on line 3
Output for 7.2.0 - 7.2.34
Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/jVgj8 on line 3 1648243664
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant now - assumed 'now' in /in/jVgj8 on line 3 1648243664

preferences:
211.29 ms | 402 KiB | 272 Q