Skip to content

Instantly share code, notes, and snippets.

@mattui
Created January 10, 2013 21:07
Show Gist options
  • Save mattui/4505801 to your computer and use it in GitHub Desktop.
Save mattui/4505801 to your computer and use it in GitHub Desktop.
// pre 5.3
function coalesce() {
return array_shift(array_filter(func_get_args()));
}
// 5.3+
echo '' ?: 'B';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment