Searched refs:myzvalue (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 77 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC); 4448 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC) argument 4453 object_init(myzvalue); 4455 if (en->remail) add_property_string(myzvalue, "remail", en->remail, 1); 4456 if (en->date) add_property_string(myzvalue, "date", en->date, 1); 4457 if (en->date) add_property_string(myzvalue, "Date", en->date, 1); 4458 if (en->subject) add_property_string(myzvalue, "subject", en->subject, 1); 4459 if (en->subject) add_property_string(myzvalue, "Subject", en->subject, 1); 4460 if (en->in_reply_to) add_property_string(myzvalue, "in_reply_to", en->in_reply_to, 1); 4461 if (en->message_id) add_property_string(myzvalue, "message_i [all...] |
Completed in 9 milliseconds