fork(1) download
<?php

ob_start();

echo "Olá mundo";

header('content-type: text/plain;');
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
Olá mundo