Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Created May 3, 2011 14:51
Show Gist options
  • Save zuchmanski/953463 to your computer and use it in GitHub Desktop.
Save zuchmanski/953463 to your computer and use it in GitHub Desktop.
<?
$a='chr(60).chr(63).chr(10).chr(36).chr(97).chr(61).chr(39).$a.chr(39).chr(59).chr(10)."echo $a;".chr(10).chr(63).chr(62)';
echo chr(60).chr(63).chr(10).chr(36).chr(97).chr(61).chr(39).$a.chr(39).chr(59).chr(10)."echo $a;".chr(10).chr(63).chr(62);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment