Break Lorem Ipsum fixed by jonathan camacho

<?php $b="";foreach(str_split(stream_get_contents(STDIN))as$c){echo((($i=strpos($b,$c))!==false&&$i<10)?$i:$c);if(ctype_alpha($c))$b=$c.$b;}?>        

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

download

return to the top page