3v4l.org

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

preferences:
29.94 ms | 402 KiB | 5 Q