Skip to content

Instantly share code, notes, and snippets.

@weierophinney
Created December 12, 2011 15:43
Show Gist options
  • Save weierophinney/1467938 to your computer and use it in GitHub Desktop.
Save weierophinney/1467938 to your computer and use it in GitHub Desktop.
<?php
if ($foo == 'bar'
|| $bar == 'baz'
&& (!isset($baz) || empty($bat))
) {
}
@DASPRiD
Copy link

DASPRiD commented Dec 12, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment