Skip to content

Instantly share code, notes, and snippets.

@wnielson
Created November 7, 2011 16:46
Show Gist options
  • Save wnielson/1345477 to your computer and use it in GitHub Desktop.
Save wnielson/1345477 to your computer and use it in GitHub Desktop.
PHP_EOL example
<?php\n/**\n * A simple function to print "hello"\n *\n * @param string $name A name to say hello to\n *\n */\nfunction sayHello($name)\n{\n printf("Hello %s\\n", $name);\n}\n\n?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment