Home
last modified time | relevance | path

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

/PHP-8.1/ext/imap/
H A Dphp_imap.c2990 add_property_str(&myoverview, "from", address); in PHP_FUNCTION()
2997 add_property_str(&myoverview, "to", address); in PHP_FUNCTION()
4100 add_property_str(myzvalue, "toaddress", fulladdress); in _php_make_header_object()
4109 add_property_str(myzvalue, "fromaddress", fulladdress); in _php_make_header_object()
4118 add_property_str(myzvalue, "ccaddress", fulladdress); in _php_make_header_object()
4127 add_property_str(myzvalue, "bccaddress", fulladdress); in _php_make_header_object()
4136 add_property_str(myzvalue, "reply_toaddress", fulladdress); in _php_make_header_object()
4145 add_property_str(myzvalue, "senderaddress", fulladdress); in _php_make_header_object()
4154 add_property_str(myzvalue, "return_pathaddress", fulladdress); in _php_make_header_object()
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c1136 add_property_str(value, "name", zend_string_copy(field->sname));
/PHP-8.1/Zend/
H A Dzend_API.h582 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st… macro

Completed in 38 milliseconds