3v4l.org

run code in 500+ 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:
110.26 ms | 1547 KiB | 5 Q