3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getText() : string { return 'text'; } function printText(string $text) : void { echo $text . PHP_EOL; } printText(getText()); printText('custom text'); printText([]);

preferences:
57.01 ms | 402 KiB | 5 Q