add_property_str 3476 ext/imap/php_imap.c 						add_property_str(&myoverview, "from", address);
add_property_str 3483 ext/imap/php_imap.c 						add_property_str(&myoverview, "to", address);
add_property_str 4507 ext/imap/php_imap.c 			add_property_str(myzvalue, "toaddress", fulladdress);
add_property_str 4516 ext/imap/php_imap.c 			add_property_str(myzvalue, "fromaddress", fulladdress);
add_property_str 4525 ext/imap/php_imap.c 			add_property_str(myzvalue, "ccaddress", fulladdress);
add_property_str 4534 ext/imap/php_imap.c 			add_property_str(myzvalue, "bccaddress", fulladdress);
add_property_str 4543 ext/imap/php_imap.c 			add_property_str(myzvalue, "reply_toaddress", fulladdress);
add_property_str 4552 ext/imap/php_imap.c 			add_property_str(myzvalue, "senderaddress", fulladdress);
add_property_str 4561 ext/imap/php_imap.c 			add_property_str(myzvalue, "return_pathaddress", fulladdress);
add_property_str 1156 ext/mysqli/mysqli_api.c 	add_property_str(value, "name", zend_string_copy(field->sname));
add_property_str  900 ext/soap/php_http.c 			add_property_str(this_ptr, "__last_response_headers", zend_string_copy(http_headers));
add_property_str 2349 ext/soap/soap.c 				add_property_str(this_ptr, "uri", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2375 ext/soap/soap.c 			add_property_str(this_ptr, "location", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2388 ext/soap/soap.c 			add_property_str(this_ptr, "_login", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2391 ext/soap/soap.c 				add_property_str(this_ptr, "_password", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2401 ext/soap/soap.c 			add_property_str(this_ptr, "_proxy_host", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2411 ext/soap/soap.c 				add_property_str(this_ptr, "_proxy_login", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2414 ext/soap/soap.c 					add_property_str(this_ptr, "_proxy_password", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2459 ext/soap/soap.c 				add_property_str(this_ptr, "_encoding", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2499 ext/soap/soap.c 			add_property_str(this_ptr, "_user_agent", zend_string_copy(Z_STR_P(tmp)));
add_property_str 2607 ext/soap/soap.c 			add_property_str(this_ptr, "__last_response", zend_string_copy(Z_STR_P(response)));