equal
deleted
inserted
replaced
3017 * @param string Password to test |
3017 * @param string Password to test |
3018 * @param null Will be filled with an array of debugging info |
3018 * @param null Will be filled with an array of debugging info |
3019 * @return int |
3019 * @return int |
3020 */ |
3020 */ |
3021 |
3021 |
3022 function password_score($password, &$debug = false) |
3022 function password_score($password, &$debug) |
3023 { |
3023 { |
3024 if ( !is_string($password) ) |
3024 if ( !is_string($password) ) |
3025 { |
3025 { |
3026 return -10; |
3026 return -10; |
3027 } |
3027 } |