Skip to content

Instantly share code, notes, and snippets.

@takedajs
Created May 3, 2017 01:58
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 takedajs/39a7e365c409da5681d91bf16f1f15e2 to your computer and use it in GitHub Desktop.
Save takedajs/39a7e365c409da5681d91bf16f1f15e2 to your computer and use it in GitHub Desktop.
<?php
$test = 1;
if ($test == 1) {
echo $test;
} else if ($test == 2) {
echo $test;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment