Skip to content

Instantly share code, notes, and snippets.

@dbergey
Created May 9, 2011 21:06
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 dbergey/963409 to your computer and use it in GitHub Desktop.
Save dbergey/963409 to your computer and use it in GitHub Desktop.
<pre><?php
$herp = true;
$derp = false;
echo "$herp\n"; // --> 1
echo "$derp\n"; // --> [NOTHING]
?></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment