Skip to content

Instantly share code, notes, and snippets.

@usualoma
Created March 17, 2010 20:18
Show Gist options
  • Save usualoma/335679 to your computer and use it in GitHub Desktop.
Save usualoma/335679 to your computer and use it in GitHub Desktop.
<?php
if (in_array(1, array(1, 2, 3))) {
print('hoge');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment