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:
66.59 ms | 1662 KiB | 5 Q