3v4l.org

run code in 300+ PHP versions simultaneously
<?php function handle_the_string(string $string): void { echo $string . PHP_EOL; } echo strtolower('hello') . PHP_EOL; echo strtolower(null) . PHP_EOL; handle_the_string('world'); handle_the_string(null);

preferences:
170.22 ms | 404 KiB | 5 Q