Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dpassword.c508 const char *ident, *ident_end; in php_password_algo_extract_ident() local
516 ident_end = strchr(ident, '$'); in php_password_algo_extract_ident()
517 if (!ident_end) { in php_password_algo_extract_ident()
522 return zend_string_init(ident, ident_end - ident, 0); in php_password_algo_extract_ident()

Completed in 9 milliseconds