Skip to content

Instantly share code, notes, and snippets.

@NamelessCoder
Created February 15, 2015 16:15
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 NamelessCoder/3fb6b6fca4efdffd94b8 to your computer and use it in GitHub Desktop.
Save NamelessCoder/3fb6b6fca4efdffd94b8 to your computer and use it in GitHub Desktop.
$var = '...';
$var .= '...';
$var .= '...';
$var = '...' .
'...' .
'...';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment