3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('H:i:s Y-m-d',strtotime("midnight today")); echo (new DateTime("2015-11-05 16:00:00") < new DateTime(strtotime("midnight today")) ? "earlier" : "later"); echo (new DateTime("2015-11-04 16:00:00") < new DateTime(strtotime("midnight today")) ? "earlier" : "later");
Output for 8.3.0 - 8.3.6
00:00:00 2015-11-05 Fatal error: Uncaught DateMalformedStringException: Failed to parse time string (1446678000) at position 8 (0): Unexpected character in /in/rvZtb:4 Stack trace: #0 /in/rvZtb(4): DateTime->__construct('1446678000') #1 {main} thrown in /in/rvZtb on line 4
Process exited with code 255.
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
00:00:00 2015-11-05 Fatal error: Uncaught Exception: Failed to parse time string (1446678000) at position 8 (0): Unexpected character in /in/rvZtb:4 Stack trace: #0 /in/rvZtb(4): DateTime->__construct('1446678000') #1 {main} thrown in /in/rvZtb on line 4
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
00:00:00 2015-11-05 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (1446678000) at position 8 (0): Unexpected character in /in/rvZtb:4 Stack trace: #0 /in/rvZtb(4): DateTime->__construct('1446678000') #1 {main} thrown in /in/rvZtb on line 4
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 8.0.13
00:00:00 2015-11-05 Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (1446681600) at position 8 (0): Unexpected character in /in/rvZtb:4 Stack trace: #0 /in/rvZtb(4): DateTime->__construct('1446681600') #1 {main} thrown in /in/rvZtb on line 4
Process exited with code 255.
Output for 5.5.0 - 5.5.37, 5.6.0 - 5.6.28
00:00:00 2015-11-05 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (1446678000) at position 8 (0): Unexpected character' in /in/rvZtb:4 Stack trace: #0 /in/rvZtb(4): DateTime->__construct('1446678000') #1 {main} thrown in /in/rvZtb on line 4
Process exited with code 255.

preferences:
170.89 ms | 402 KiB | 220 Q