3v4l.org

run code in 300+ PHP versions simultaneously
<?php $current_date = strtotime(date("g:00 a")); foreach ($current_date as $key => $value) { if ((strtotime("2:00 pm") <= $current_date) && ($current_date < strtotime("11:00 pm"))) { print("Buya"); } print($index); } ?>

preferences:
45.61 ms | 402 KiB | 5 Q