fork download
  1. <?php
  2. $array = array();
  3. for ($x = 1; $x <= 100000; $x++)
  4. {
  5. $array[] = $x;
  6. }
  7. ?>
Success #stdin #stdout 0.02s 32152KB
stdin
Standard input is empty
stdout
Standard output is empty