3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myDate = DateTime::createFromFormat('mdY', '06102013'); echo $myDate->format('d.m.Y'), PHP_EOL; echo $myDate->format('U'), PHP_EOL; echo time(); $start = DateTime::createFromFormat('m/d/Y', $myoffDate); echo $start->setTime(0, 0), PHP_EOL; echo $start->format('Y-m-d 00:00:00'), PHP_EOL; echo $start->format('U');
Output for 7.0.20, 7.1.0 - 7.1.20, 7.2.6
10.06.2013 1370884639 1444843039 Notice: Undefined variable: myoffDate in /in/ZlYQP on line 8 Fatal error: Uncaught Error: Call to a member function setTime() on boolean in /in/ZlYQP:9 Stack trace: #0 {main} thrown in /in/ZlYQP on line 9
Process exited with code 255.
Output for 7.0.0 - 7.0.8
10.06.2013 1370884638 1444843038 Notice: Undefined variable: myoffDate in /in/ZlYQP on line 8 Fatal error: Uncaught Error: Call to a member function setTime() on boolean in /in/ZlYQP:9 Stack trace: #0 {main} thrown in /in/ZlYQP on line 9
Process exited with code 255.
Output for 5.6.22, 5.6.28
10.06.2013 1370884639 1444843039 Notice: Undefined variable: myoffDate in /in/ZlYQP on line 8 Fatal error: Call to a member function setTime() on boolean in /in/ZlYQP on line 9
Process exited with code 255.
Output for 5.6.0 - 5.6.21, 5.6.23
10.06.2013 1370884638 1444843038 Notice: Undefined variable: myoffDate in /in/ZlYQP on line 8 Fatal error: Call to a member function setTime() on boolean in /in/ZlYQP on line 9
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.37
10.06.2013 1370884638 1444843038 Notice: Undefined variable: myoffDate in /in/ZlYQP on line 8 Fatal error: Call to a member function setTime() on a non-object in /in/ZlYQP on line 9
Process exited with code 255.

preferences:
119.1 ms | 402 KiB | 128 Q