Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created March 5, 2011 18:16
Show Gist options
  • Select an option

  • Save d6rkaiz/856563 to your computer and use it in GitHub Desktop.

Select an option

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