Name:
Anonymous
2008-06-02 19:07
<?php
$stri=file_get_contents(__FILE__);
$stri=preg_replace_callback("/[0-9]*[a-z]+/i",create_function("$matches",'return "du".str_repeat("r",rand(1,6));'),$stri);
$stri=str_replace(array("&","<",">","\n"),array("&","<",">","\n<br>"),$stri);
echo $stri;
?>
Name:
Anonymous
2008-06-02 23:17
PHP is a token processing grammer that has been haxed in the anus for years to try and morph it in to an OO programming language.
It does both of these things poorly.