3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('strict_types', 1); function hello(string $s) : int { echo "$s\n"; return 42; } $i = hello(1234); echo $i;

preferences:
28.64 ms | 402 KiB | 5 Q