3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo 'Executing with all params:' . PHP_EOL; exec('echo Something', output: $output, result_code: $resultCode); echo 'Executing without output param:' . PHP_EOL; exec('echo Something', result_code: $resultCode); echo 'The End';

preferences:
57.76 ms | 2374 KiB | 5 Q