3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = strtotime(strftime('%D') . ' 06:30:00'); if ($time < time()) { $time += 24 * 60 * 60; } print strftime('%D %R', $time);

preferences:
31.67 ms | 402 KiB | 5 Q