<?php function howManyAreThere(int $howMany) { return 'There are ' . $howMany; } var_dump(howManyAreThere('11 horses'));
You have javascript disabled. You will not be able to edit any code.