Skip to content

Instantly share code, notes, and snippets.

@antonmedv
Created August 2, 2013 07:53
Show Gist options
  • Save antonmedv/6138186 to your computer and use it in GitHub Desktop.
Save antonmedv/6138186 to your computer and use it in GitHub Desktop.
<?php
$c='
<?php
$c=\'%s\';
printf($c, addslashes($c));';
printf($c, addslashes($c));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment