Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Durl_scanner_ex.re194 smart_str_append_smart_str(dest, url);
200 smart_str_append_smart_str(dest, url);
209 smart_str_append_smart_str(dest, url);
219 smart_str_append_smart_str(dest, url);
232 smart_str_append_smart_str(dest, url);
235 smart_str_append_smart_str(dest, url_app);
268 smart_str_append_smart_str(dest, url_app);
270 smart_str_append_smart_str(dest, url_app);
312 smart_str_append_smart_str(&ctx->result, &ctx->val);
880 smart_str_append_smart_str(&url_app, &sname);
[all …]
/PHP-8.3/Zend/
H A Dzend_smart_str.h186 static zend_always_inline void smart_str_append_smart_str(smart_str *dest, const smart_str *src) in smart_str_append_smart_str() function
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c490 smart_str_append_smart_str(str, &prop_str); in _class_string()
522 smart_str_append_smart_str(str, &method_str); in _class_string()
1040 smart_str_append_smart_str(str, &str_ini); in _extension_string()
1060 smart_str_append_smart_str(str, &str_constants); in _extension_string()
1097 smart_str_append_smart_str(str, &str_classes); in _extension_string()
/PHP-8.3/ext/soap/
H A Dphp_http.c626 smart_str_append_smart_str(&soap_headers, &soap_headers_z); in make_http_soap_request()
H A Dphp_encoding.c2439 smart_str_append_smart_str(&array_type, &array_size); in to_xml_array()

Completed in 60 milliseconds