fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $x = "
  5.  
  6. hello
  7.  
  8. World
  9. ";
  10.  
Success #stdin #stdout 0.03s 26104KB
stdin
Standard input is empty
stdout
string(16) "hello
  
  World"