3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test_hash($key): string { return (string) $key; } var_dump( test_hash(1) , test_hash(new DateTime) );

preferences:
85.5 ms | 402 KiB | 5 Q