Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpassword.c69 static int php_password_salt_is_alphabet(const char *str, const size_t len) /* {{{ */ in php_password_salt_is_alphabet() function
398 } else if (php_password_salt_is_alphabet(buffer, buffer_len) == FAILURE) { in PHP_FUNCTION()

Completed in 6 milliseconds