3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rand = rand(25,45); $last_bid_time = date('H:i:s', strtotime(time())); $new_date = date('H:i:s', strtotime($last_bid_time . '+ '.$rand.' seconds')); echo $rand; echo '<br>'.$new_date;

preferences:
35.19 ms | 402 KiB | 5 Q