ASCII Stars by Chiether

<? for($a=fgets(STDIN);$c++<$a*2-1;){$e=2*($a-$d=abs($a-$c))-1;printf("%{$d}s%'*{$e}s
","","");}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page