3v4l.org

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

preferences:
41.66 ms | 402 KiB | 5 Q