Home
last modified time | relevance | path

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

/PHP-8.4/ext/openssl/
H A Dopenssl.c7138 zend_string *method_str = NULL; local
7148 Z_PARAM_STR_OR_LONG(method_str, method_long)
7159 if (method_str) {
7160 mdtype = EVP_get_digestbyname(ZSTR_VAL(method_str));
7211 zend_string *method_str = NULL; local
7220 Z_PARAM_STR_OR_LONG(method_str, method_long)
7225 if (method_str) {
7226 mdtype = EVP_get_digestbyname(ZSTR_VAL(method_str));
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c513 smart_str method_str = {0}; in _class_string() local
529 smart_str_appendc(&method_str, '\n'); in _class_string()
530 _function_string(&method_str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
536 smart_str_append_smart_str(str, &method_str); in _class_string()
540 smart_str_free(&method_str); in _class_string()

Completed in 43 milliseconds