Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dpassword.c523 const char *ident, *ident_end; in php_password_algo_extract_ident() local
531 ident_end = strchr(ident, '$'); in php_password_algo_extract_ident()
532 if (!ident_end) { in php_password_algo_extract_ident()
537 return zend_string_init(ident, ident_end - ident, 0); in php_password_algo_extract_ident()

Completed in 6 milliseconds