tubular

php quine

Dec 5th, 2011
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php $d='print \'<?php $d=\\\'\'.str_replace(array(\'\\\\\', \'\\\'\'), array(\'\\\\\\\\\', \'\\\\\\\'\'), $d).\'\\\'; \'.$d; ?>'; print '<?php $d=\''.str_replace(array('\\', '\''), array('\\\\', '\\\''), $d).'\'; '.$d; ?>
Advertisement
Add Comment
Please, Sign In to add comment