3v4l.org

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

preferences:
32.59 ms | 402 KiB | 5 Q