3v4l.org

run code in 300+ PHP versions simultaneously
<?php $results = Array(); $server_time = new DateTime('UTC'); $results['server_time'] = $server_time->getTimestamp(); $cut_off = new DateTime('UTC'); date_time_set($cut_off, 10, 30, 00); $results['cut_off_time'] = $cut_off->getTimestamp(); echo json_encode($results); ?>
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.21, 7.2.23 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
{"server_time":1442015684,"cut_off_time":1441967400}
Output for 7.2.22
{"server_time":1442015685,"cut_off_time":1441967400}

preferences:
197.04 ms | 401 KiB | 376 Q