fork(1) download
  1. <?php
  2. /* This is a multiple line comment
  3. here we print hello word print statement */
  4. echo "Hello World!";
  5. ?>
  6.  
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
Hello World!