3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testFunction($argument) { return empty($argument) ? 'all' : strtoupper($argument); } testFunction('hello'); testFunction('');

preferences:
55.02 ms | 402 KiB | 5 Q