3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime( date("Y-m-d H") ); echo $date; die(); echo roundToNextHour(time());
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.1
Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (2015-10-27 01) at position 11 (0): Unexpected character in /in/Cmrd7:3 Stack trace: #0 /in/Cmrd7(3): DateTime->__construct('2015-10-27 01') #1 {main} thrown in /in/Cmrd7 on line 3
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 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 (2015-10-27 01) at position 11 (0): Unexpected character' in /in/Cmrd7:4 Stack trace: #0 /in/Cmrd7(4): DateTime->__construct('2015-10-27 01') #1 {main} thrown in /in/Cmrd7 on line 4
Process exited with code 255.

preferences:
123.24 ms | 402 KiB | 150 Q