3v4l.org

run code in 300+ PHP versions simultaneously
<?php function highest_multiple_of_7($limit) { return 7 * floor($limit / 7); } echo highest_multiple_of_7(32);

preferences:
47.28 ms | 402 KiB | 5 Q