Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Created May 2, 2011 15:28
Show Gist options
  • Save zuchmanski/951780 to your computer and use it in GitHub Desktop.
Save zuchmanski/951780 to your computer and use it in GitHub Desktop.
<?php
$u='$';
$q="'";
$qq='"';
$s='<?php';
$e='?>';
$w='eval($p);';
$p='echo"$s\r\n{$u}u=$q$u$q;\r\n{$u}q=$qq$q$qq;\r\n{$u}qq=$q$qq$q;\r\n{$u}s=$q$s$q;\r\n{$u}e=$q$e$q;\r\n{$u}w=$q$w$q;\r\n{$u}p=$q$p$q;\r\n$w";';
eval($p);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment