Skip to content

Instantly share code, notes, and snippets.

@slow-is-fast
Last active June 7, 2016 03:18
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 slow-is-fast/2754d67eb5088cd8aa79b5dcdb008c89 to your computer and use it in GitHub Desktop.
Save slow-is-fast/2754d67eb5088cd8aa79b5dcdb008c89 to your computer and use it in GitHub Desktop.
php string nowdoc
$str = <<<EOD
Example of string
spanning multiple lines
using heredoc syntax.
EOD;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment