Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpassword.c513 const char *ident, *ident_end; in php_password_algo_extract_ident() local
521 ident_end = strchr(ident, '$'); in php_password_algo_extract_ident()
522 if (!ident_end) { in php_password_algo_extract_ident()
527 return zend_string_init(ident, ident_end - ident, 0); in php_password_algo_extract_ident()

Completed in 6 milliseconds