3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(time(0));
Output for 8.0.0 - 8.0.8, 8.1.15
Fatal error: Uncaught ArgumentCountError: time() expects exactly 0 arguments, 1 given in /in/OT21N:3 Stack trace: #0 /in/OT21N(3): time(0) #1 {main} thrown in /in/OT21N on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.29, 7.4.0 - 7.4.22
Warning: time() expects exactly 0 parameters, 1 given in /in/OT21N on line 3 NULL
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34
int(1627560071)

preferences:
184.95 ms | 402 KiB | 210 Q