Skip to content

Instantly share code, notes, and snippets.

@slant
Created September 15, 2008 18:41
Show Gist options
  • Save slant/10907 to your computer and use it in GitHub Desktop.
Save slant/10907 to your computer and use it in GitHub Desktop.
# Source: http://us3.php.net/types.string
// Outputs: You deleted C:\*.*?
echo 'You deleted C:\\*.*?';
// Outputs: You deleted C:\*.*?
echo 'You deleted C:\*.*?';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment