Searched refs:myzvalue (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 77 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC); 4456 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC) argument 4461 object_init(myzvalue); 4463 if (en->remail) add_property_string(myzvalue, "remail", en->remail, 1); 4464 if (en->date) add_property_string(myzvalue, "date", en->date, 1); 4465 if (en->date) add_property_string(myzvalue, "Date", en->date, 1); 4466 if (en->subject) add_property_string(myzvalue, "subject", en->subject, 1); 4467 if (en->subject) add_property_string(myzvalue, "Subject", en->subject, 1); 4468 if (en->in_reply_to) add_property_string(myzvalue, "in_reply_to", en->in_reply_to, 1); 4469 if (en->message_id) add_property_string(myzvalue, "message_i [all...] |
Completed in 9 milliseconds