Quine by jonathan camacho

<?php $str='echo "<?php \x24str=\x27$str\x27;eval(\x24str); ?>";';eval($str); ?>

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

download

return to the top page