Code
- auth.php ➔ auth_setup()
- auth.php ➔ auth_loadACL()
- auth.php ➔ auth_tokenlogin()
- auth.php ➔ auth_login_wrapper()
- auth.php ➔ auth_login()
- auth.php ➔ auth_browseruid()
- auth.php ➔ auth_cookiesalt()
- auth.php ➔ auth_randombytes()
- auth.php ➔ auth_random()
- auth.php ➔ auth_encrypt()
- auth.php ➔ auth_decrypt()
- auth.php ➔ auth_logoff()
- auth.php ➔ auth_ismanager()
- auth.php ➔ auth_isadmin()
- auth.php ➔ auth_isMember()
- auth.php ➔ auth_quickaclcheck()
- auth.php ➔ auth_aclcheck()
- auth.php ➔ auth_aclcheck_cb()
- auth.php ➔ auth_nameencode()
- auth.php ➔ auth_nameencode_callback()
- auth.php ➔ auth_pwgen()
- auth.php ➔ auth_sendPassword()
- auth.php ➔ register()
- auth.php ➔ updateprofile()
- auth.php ➔ auth_deleteprofile()
- auth.php ➔ act_resendpwd()
- auth.php ➔ auth_cryptPassword()
- auth.php ➔ auth_verifyPassword()
- auth.php ➔ auth_setCookie()
- auth.php ➔ auth_getCookie()
If a method or function can return multiple different values and unless you are sure that you only can receive a single value in this context, we recommend to add an additional type check:
If this a common case that PHP Analyzer should handle natively, please let us know by opening an issue.