Skip to content

Instantly share code, notes, and snippets.

@domantasg
Created September 8, 2017 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domantasg/a9e828725d54821b0dda09c7699aecff to your computer and use it in GitHub Desktop.
Save domantasg/a9e828725d54821b0dda09c7699aecff to your computer and use it in GitHub Desktop.
// Bad, messy
echo "Using \"quotation marks\" in a string can break out of the string";
// Good, more readable
echo 'Using "quotation marks" in a string can break out of the echo statement';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment