fork(1) download
  1. <?php
  2.  
  3.  
  4. echo "Olá mundo";
  5.  
  6. header('content-type: text/plain;');
Success #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Olá mundo
stderr
PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/oOp8yt/prog.php:4) in /home/oOp8yt/prog.php on line 6