Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c6711 zend_string *method_str = NULL; in PHP_FUNCTION() local
6720 Z_PARAM_STR_OR_LONG(method_str, method_long) in PHP_FUNCTION()
6731 if (method_str) { in PHP_FUNCTION()
6732 mdtype = EVP_get_digestbyname(ZSTR_VAL(method_str)); in PHP_FUNCTION()
6775 zend_string *method_str = NULL; in PHP_FUNCTION() local
6783 Z_PARAM_STR_OR_LONG(method_str, method_long) in PHP_FUNCTION()
6788 if (method_str) { in PHP_FUNCTION()
6789 mdtype = EVP_get_digestbyname(ZSTR_VAL(method_str)); in PHP_FUNCTION()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c500 smart_str method_str = {0}; in _class_string() local
516 smart_str_appendc(&method_str, '\n'); in _class_string()
517 _function_string(&method_str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
523 smart_str_append_smart_str(str, &method_str); in _class_string()
527 smart_str_free(&method_str); in _class_string()

Completed in 42 milliseconds