Searched refs:ident_end (Results 1 – 1 of 1) sorted by relevance
528 const char *ident, *ident_end; in php_password_algo_extract_ident() local536 ident_end = strchr(ident, '$'); in php_password_algo_extract_ident()537 if (!ident_end) { in php_password_algo_extract_ident()542 return zend_string_init(ident, ident_end - ident, 0); in php_password_algo_extract_ident()
Completed in 7 milliseconds