fork(1) download
  1. <?
  2.  
  3. for($n=8;$n;$r[]=$n--)echo str_replace($r," ","1234567887654321\n");
  4.  
  5. ?>
Success #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
1234567887654321
1234567  7654321
123456    654321
12345      54321
1234        4321
123          321
12            21
1              1
stderr
PHP Notice:  Undefined variable: r in /home/rDzpGq/prog.php on line 3