Skip to content

Instantly share code, notes, and snippets.

@yohang
Created March 6, 2012 17:24
Show Gist options
  • Save yohang/1987600 to your computer and use it in GitHub Desktop.
Save yohang/1987600 to your computer and use it in GitHub Desktop.
Returns ANYWAY !
<?php
function foo($bar) {
if ($bar) {
return ...;
}
else {
return ...;
}
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment