3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); function howManyAreThere(int $howMany) { return 'There are ' . $howMany; } var_dump(howManyAreThere('11 horses'));

preferences:
97.05 ms | 1675 KiB | 5 Q