fork(1) download
  1. <?
  2.  
  3. for($n=9;$n;$r[$n--]=" ")echo strtr("1234567887654321
  4. ",$r);
  5.  
  6. ?>
Success #stdin #stdout #stderr 0.01s 20568KB
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/kjizlC/prog.php on line 4
PHP Warning:  strtr(): The second argument is not an array in /home/kjizlC/prog.php on line 4