fork(2) download
  1. <?php
  2.  
  3. class{
  4. function greet()
  5. {
  6. echo "PHP - govno.\n";
  7. }
  8. }
  9.  
  10. (new)->greet();
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
PHP - govno.