fork(1) download
  1. <?php
  2.  
  3. echo phpversion() . "\n";
  4.  
  5. $a=array();
  6. for($i=0;$i<1000000;$i++) $a[]=$i;
  7. echo ((memory_get_usage()-$mem)/1000000);
Success #stdin #stdout 0.5s 24448KB
stdin
Standard input is empty
stdout
5.6.4-2
76.195192