Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created March 5, 2011 18:16
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 d6rkaiz/856563 to your computer and use it in GitHub Desktop.
Save d6rkaiz/856563 to your computer and use it in GitHub Desktop.
<?php
$flag = 1;
if ( $flag ) {
echo "aki is fool.";
} else {
echo "aki is aho.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment