Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c605 const char *ident, *ident_end; in php_password_algo_extract_ident() local
613 ident_end = strchr(ident, '$'); in php_password_algo_extract_ident()
614 if (!ident_end) { in php_password_algo_extract_ident()
619 return zend_string_init(ident, ident_end - ident, 0); in php_password_algo_extract_ident()

Completed in 9 milliseconds