fork download
  1. <?php
  2.  
  3. echo str_pad("", 5, "a");
Success #stdin #stdout 0.02s 23644KB
stdin
Standard input is empty
stdout
aaaaa