diff options
Diffstat (limited to 'ext/imap/tests/imap_rfc822_parse_headers_basic.phpt')
| -rw-r--r-- | ext/imap/tests/imap_rfc822_parse_headers_basic.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_rfc822_parse_headers_basic.phpt b/ext/imap/tests/imap_rfc822_parse_headers_basic.phpt index e4253925d2..dabe7ce6ed 100644 --- a/ext/imap/tests/imap_rfc822_parse_headers_basic.phpt +++ b/ext/imap/tests/imap_rfc822_parse_headers_basic.phpt @@ -16,7 +16,7 @@ $z = imap_headerinfo($stream_id, 1); $fields = array ('toaddress','to','fromaddress','from', 'reply_toaddress','reply_to', - 'senderaddress', 'sender', + 'senderaddress', 'sender', 'subject','Subject', 'MailDate','Size','udate'); @@ -84,7 +84,7 @@ imap_close($stream_id); ?> --CLEAN-- -<?php +<?php require_once('clean.inc'); ?> --EXPECTF-- |
