Home
last modified time | relevance | path

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

/PHP-7.3/ext/imap/
H A Dphp_imap.c3497 add_property_str(&myoverview, "from", address); in PHP_FUNCTION()
3504 add_property_str(&myoverview, "to", address); in PHP_FUNCTION()
4605 add_property_str(myzvalue, "toaddress", fulladdress); in _php_make_header_object()
4614 add_property_str(myzvalue, "fromaddress", fulladdress); in _php_make_header_object()
4623 add_property_str(myzvalue, "ccaddress", fulladdress); in _php_make_header_object()
4632 add_property_str(myzvalue, "bccaddress", fulladdress); in _php_make_header_object()
4641 add_property_str(myzvalue, "reply_toaddress", fulladdress); in _php_make_header_object()
4650 add_property_str(myzvalue, "senderaddress", fulladdress); in _php_make_header_object()
4659 add_property_str(myzvalue, "return_pathaddress", fulladdress); in _php_make_header_object()
/PHP-7.3/ext/soap/
H A Dsoap.c2294 add_property_str(this_ptr, "uri", zend_string_copy(Z_STR_P(tmp)));
2322 add_property_str(this_ptr, "location", zend_string_copy(Z_STR_P(tmp)));
2335 add_property_str(this_ptr, "_login", zend_string_copy(Z_STR_P(tmp)));
2338 add_property_str(this_ptr, "_password", zend_string_copy(Z_STR_P(tmp)));
2348 add_property_str(this_ptr, "_proxy_host", zend_string_copy(Z_STR_P(tmp)));
2358 add_property_str(this_ptr, "_proxy_login", zend_string_copy(Z_STR_P(tmp)));
2361 add_property_str(this_ptr, "_proxy_password", zend_string_copy(Z_STR_P(tmp)));
2406 add_property_str(this_ptr, "_encoding", zend_string_copy(Z_STR_P(tmp)));
2446 add_property_str(this_ptr, "_user_agent", zend_string_copy(Z_STR_P(tmp)));
2554 add_property_str(this_ptr, "__last_response", zend_string_copy(Z_STR_P(response)));
H A Dphp_http.c931 add_property_str(this_ptr, "__last_response_headers", zend_string_copy(http_headers)); in make_http_soap_request()
/PHP-7.3/Zend/
H A Dzend_API.h463 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st… macro
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c1156 add_property_str(value, "name", zend_string_copy(field->sname));

Completed in 104 milliseconds