3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = new Datetime(time()); var_dump($time);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.27, 7.1.29 - 7.1.33, 7.2.0 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0
Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (1451298915) at position 7 (9): Unexpected character in /in/ebGHa:3 Stack trace: #0 /in/ebGHa(3): DateTime->__construct('1451298915') #1 {main} thrown in /in/ebGHa on line 3
Process exited with code 255.
Output for 7.1.28
Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (1451298916) at position 7 (9): Unexpected character in /in/ebGHa:3 Stack trace: #0 /in/ebGHa(3): DateTime->__construct('1451298916') #1 {main} thrown in /in/ebGHa on line 3
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (1451298915) at position 7 (9): Unexpected character' in /in/ebGHa:3 Stack trace: #0 /in/ebGHa(3): DateTime->__construct('1451298915') #1 {main} thrown in /in/ebGHa on line 3
Process exited with code 255.

preferences:
127.6 ms | 402 KiB | 132 Q