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:
28.6 ms | 404 KiB | 5 Q