Skip to content

Instantly share code, notes, and snippets.

@mikemix
Created August 9, 2022 19:01
Embed
What would you like to do?
<?php
if ($isSuccess && $user->isActive() && $httpApi->hasAccess($user)) {
// if $isSuccess is false
// other conditions will not be evaluated
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment