3v4l.org

run code in 300+ 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:
43.9 ms | 402 KiB | 5 Q