3v4l.org

run code in 300+ PHP versions simultaneously
<?php function bar(string $foo): string { return $foo; } $result = bar('Hello'); var_dump($result); // Output: Hello

preferences:
32 ms | 402 KiB | 5 Q