3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set ("UTC"); $date = DateTime::createFromFormat('U.u', microtime(true)); print_r($date); $current_time = $time->format('Y-m-d H:i:s'); echo $current_time; ?>
Output for 7.0.5 - 7.0.21, 7.0.23 - 7.0.32, 7.1.1, 7.1.3 - 7.1.8, 7.1.10 - 7.1.24, 7.2.0 - 7.2.12
DateTime Object ( [date] => 2017-07-06 09:43:37.000100 [timezone_type] => 1 [timezone] => +00:00 ) Notice: Undefined variable: time in /in/HQZ2v on line 6 Fatal error: Uncaught Error: Call to a member function format() on null in /in/HQZ2v:6 Stack trace: #0 {main} thrown in /in/HQZ2v on line 6
Process exited with code 255.
Output for 7.0.22, 7.1.0, 7.1.2, 7.1.9
DateTime Object ( [date] => 2017-07-06 09:43:37.000200 [timezone_type] => 1 [timezone] => +00:00 ) Notice: Undefined variable: time in /in/HQZ2v on line 6 Fatal error: Uncaught Error: Call to a member function format() on null in /in/HQZ2v:6 Stack trace: #0 {main} thrown in /in/HQZ2v on line 6
Process exited with code 255.
Output for 7.0.0 - 7.0.4
DateTime Object ( [date] => 2017-07-06 09:43:37.000100 [timezone_type] => 1 [timezone] => +00:00 ) Notice: Undefined variable: time in /in/HQZ2v on line 6 Fatal error: Uncaught Error: Call to a member function format() on unknown in /in/HQZ2v:6 Stack trace: #0 {main} thrown in /in/HQZ2v on line 6
Process exited with code 255.
Output for 5.6.38
DateTime Object ( [date] => 2017-07-06 09:43:37.000100 [timezone_type] => 1 [timezone] => +00:00 ) Notice: Undefined variable: time in /in/HQZ2v on line 6 Fatal error: Call to a member function format() on null in /in/HQZ2v on line 6
Process exited with code 255.

preferences:
83.97 ms | 401 KiB | 77 Q