3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = time(); echo "Midnight of $d\n"; $date = new DateTime(); $date->setTimestamp($d); $date->setTime(0,0,0); echo $date;
Output for 7.1.0 - 7.1.20, 7.2.0 - 7.2.6
Midnight of 1450283368 Recoverable fatal error: Object of class DateTime could not be converted to string in /in/PnG8O on line 7
Process exited with code 255.
Output for 5.5.0 - 5.5.37, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20
Midnight of 1450283368 Catchable fatal error: Object of class DateTime could not be converted to string in /in/PnG8O on line 7
Process exited with code 255.

preferences:
104.59 ms | 402 KiB | 85 Q