3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getManHoursPerAcre($squarefootage) { return ceil(((($squarefootage / 43560) / 0.25) * 0.25) * 4)/4; } echo getManHoursPerAcre(23000);

preferences:
37.57 ms | 402 KiB | 5 Q