3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime( date("Y-m-d H:00:00") ); echo $date; die(); echo roundToNextHour(time());
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.6
Recoverable fatal error: Object of class DateTime could not be converted to string in /in/WRJJL on line 6
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, 7.0.0 - 7.0.20
Catchable fatal error: Object of class DateTime could not be converted to string in /in/WRJJL on line 6
Process exited with code 255.

preferences:
139.82 ms | 402 KiB | 135 Q