Home
last modified time | relevance | path

Searched refs:php_password_salt_is_alphabet (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dpassword.c55 static int php_password_salt_is_alphabet(const char *str, const size_t len) /* {{{ */ in php_password_salt_is_alphabet() function
172 if (php_password_salt_is_alphabet(ZSTR_VAL(buffer), ZSTR_LEN(buffer)) == FAILURE) { in php_password_get_salt()

Completed in 5 milliseconds