Skip to content

Instantly share code, notes, and snippets.

@holisticnetworking
Last active March 12, 2019 21:31
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 holisticnetworking/8db27891998263643fec4fd5d5015551 to your computer and use it in GitHub Desktop.
Save holisticnetworking/8db27891998263643fec4fd5d5015551 to your computer and use it in GitHub Desktop.
<?php
// Assuming the equation: 2 + 2 = $x
if( $x == 4 ) {
echo "Hurray! You win a thing!";
} else {
error_log( "Boo, dude. You screwed that up." );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment