fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4. class c{
  5.  
  6. }
  7.  
  8. function cc(): ?c {
  9. return null;
  10. }
  11. cc();
Success #stdin #stdout 0s 83136KB
stdin
Standard input is empty
stdout
Standard output is empty