fork download
  1. <?php
  2.  
  3. define('int main(){printf("Hello, world\n");}', 'Hello, world');
  4.  
  5. echo
  6.  
  7. int main(){printf("Hello, world\n");}
  8.  
  9. ;
  10.  
Success #stdin #stdout 0.02s 23948KB
stdin
Standard input is empty
stdout
Hello, world