3v4l.org

run code in 300+ PHP versions simultaneously
<?php function roundTime($time, $interval){ $seconds = $time; $rounded_seconds = round($seconds / ($interval * 60)) * ($interval * 60); return date('H:i', $rounded_seconds) . "\n"; } echo roundTime(strtotime("2023-05-30 14:40"), 15); echo PHP_EOL; echo roundTime(strtotime("2023-05-30 14:40"), 30);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
166.35 ms | 1599 KiB | 15 Q