Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c6913 zend_string *method_str = NULL; in PHP_FUNCTION() local
6922 Z_PARAM_STR_OR_LONG(method_str, method_long) in PHP_FUNCTION()
6933 if (method_str) { in PHP_FUNCTION()
6934 mdtype = EVP_get_digestbyname(ZSTR_VAL(method_str)); in PHP_FUNCTION()
6977 zend_string *method_str = NULL; in PHP_FUNCTION() local
6985 Z_PARAM_STR_OR_LONG(method_str, method_long) in PHP_FUNCTION()
6990 if (method_str) { in PHP_FUNCTION()
6991 mdtype = EVP_get_digestbyname(ZSTR_VAL(method_str)); in PHP_FUNCTION()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c499 smart_str method_str = {0}; in _class_string() local
515 smart_str_appendc(&method_str, '\n'); in _class_string()
516 _function_string(&method_str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
522 smart_str_append_smart_str(str, &method_str); in _class_string()
526 smart_str_free(&method_str); in _class_string()

Completed in 55 milliseconds