Skip to content

Instantly share code, notes, and snippets.

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