PATH:
opt
/
alt
/
tests
/
alt-php84-pecl-imap_1.0.3-1.el8
/
tests
--TEST-- Test imap_fetch_overview() function : usage variations - $msg_no argument --EXTENSIONS-- imap --SKIPIF-- <?php require_once(__DIR__.'/setup/skipif.inc'); ?> --FILE-- <?php /* * Pass different sequences/msg numbers as $msg_no argument to test behaviour * of imap_fetch_overview() */ echo "*** Testing imap_fetch_overview() : usage variations ***\n"; require_once __DIR__.'/setup/imap_include.inc'; $stream_id = setup_test_mailbox('imapfetchoverviewvar5', 3, $mailbox, false); // set up temp mailbox with 3 msgs $sequences = [ 0, 4, // out of range '4', // out of range '2', '1,3', '1, 2', '1:3', // pass uid without setting FT_UID option ]; foreach ($sequences as $msg_no) { echo "\n-- \$msg_no is $msg_no --\n"; $overview = imap_fetch_overview($stream_id, $msg_no); if (!$overview) { echo imap_last_error() . "\n"; } else { foreach($overview as $ov) { echo "\n"; displayOverviewFields($ov); } } } // clear error stack imap_errors(); ?> --CLEAN-- <?php $mailbox_suffix = 'imapfetchoverviewvar5'; require_once(__DIR__.'/setup/clean.inc'); ?> --EXPECTF-- *** Testing imap_fetch_overview() : usage variations *** Create a temporary mailbox and add 3 msgs New mailbox created -- $msg_no is 0 -- Sequence out of range -- $msg_no is 4 -- Sequence out of range -- $msg_no is 4 -- Sequence out of range -- $msg_no is 2 -- size is %d uid is %d msgno is 2 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK -- $msg_no is 1,3 -- size is %d uid is %d msgno is 1 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK size is %d uid is %d msgno is 3 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK -- $msg_no is 1, 2 -- Syntax error in sequence -- $msg_no is 1:3 -- size is %d uid is %d msgno is 1 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK size is %d uid is %d msgno is 2 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK size is %d uid is %d msgno is 3 recent is %d flagged is 0 answered is 0 deleted is 0 seen is 0 draft is 0 udate is OK
[-] bug80223.phpt
[edit]
[-] imap_rfc822_parse_headers_basic.phpt
[edit]
[-] imap_constructor.phpt
[edit]
[-] imap_setflag_full_basic.phpt
[edit]
[-] bug80800.phpt
[edit]
[-] imap_mail_copy_basic.phpt
[edit]
[-] bug80710_1.phpt
[edit]
[-] imap_fetchheader_errors.phpt
[edit]
[-] imap_close_basic.phpt
[edit]
[-] imap_fetchbody_basic.phpt
[edit]
[-] bug80215.phpt
[edit]
[-] imap_lsub_basic.phpt
[edit]
[-] imap_append_basic.phpt
[edit]
[-] imap_fetch_overview_basic.phpt
[edit]
[-] imap_fetchheader_basic.phpt
[edit]
[-] bug80216.phpt
[edit]
[-] imap_headerinfo_basic.phpt
[edit]
[-] imap_sort_uid.phpt
[edit]
[-] bug80710_2.phpt
[edit]
[-] imap_savebody_basic.phpt
[edit]
[-] bug46918.phpt
[edit]
[-] bug80226.phpt
[edit]
[-] bug77153.phpt
[edit]
[-] bug31142_2.phpt
[edit]
[-] bug40854.phpt
[edit]
[-] imap_gc_error.phpt
[edit]
[-] imap_open_with_cl_expunge.phpt
[edit]
[-] imap_delete_uid.phpt
[edit]
[-] imap_fetchstructure_basic.phpt
[edit]
[-] imap_savebody_errors.phpt
[edit]
[-] bug80438.phpt
[edit]
[-] bug63126.phpt
[edit]
[-] imap_undelete_uid.phpt
[edit]
[-] bug53377.phpt
[edit]
[-] imap_fetchbody_uid.phpt
[edit]
[-] imap_fetchbody_variation6.phpt
[edit]
[-] imap_errors_basic.phpt
[edit]
[-] imap_fetch_overview_uid.phpt
[edit]
[-] bug45705_1.phpt
[edit]
[-] bug45705_2.phpt
[edit]
[-] bug75774.phpt
[edit]
[-] imap_clearflag_full_uid.phpt
[edit]
[-] bug35669.phpt
[edit]
[-] nil_constant.phpt
[edit]
[-] imap_undelete_basic.phpt
[edit]
[-] bug32589.phpt
[edit]
[-] imap_rfc822_write_address_basic.phpt
[edit]
[-] imap_getsubscribed_basic.phpt
[edit]
[-] imap_fetchmime_errors.phpt
[edit]
[-] gh9309.phpt
[edit]
[-] README.md
[edit]
[-] imap_body_basic.phpt
[edit]
[-] imap_base64_basic.phpt
[edit]
[-] bug80213.phpt
[edit]
[-] imap_reopen_with_cl_expunge.phpt
[edit]
[-] imap_open_error.phpt
[edit]
[+]
setup
[-] imap_fetchstructure_errors.phpt
[edit]
[-] imap_savebody_uid.phpt
[edit]
[-] imap_is_open.phpt
[edit]
[+]
..
[-] bug80242.phpt
[edit]
[-] imap_utf8_to_mutf7_basic.phpt
[edit]
[-] imap_fetchheader_variation5.phpt
[edit]
[-] imap_body_errors.phpt
[edit]
[-] imap_fetch_overview_variation6.phpt
[edit]
[-] imap_fetchbody_errors.phpt
[edit]
[-] imap_binary_basic.phpt
[edit]
[-] imap_mutf7_to_utf8.phpt
[edit]
[-] imap_utf8.phpt
[edit]
[-] bug44098.phpt
[edit]
[-] imap_clearflag_full_basic.phpt
[edit]
[-] bug31142_1.phpt
[edit]
[-] imap_final.phpt
[edit]
[-] imap_list_basic.phpt
[edit]
[-] bug64076.phpt
[edit]
[-] imap_createmailbox_basic.phpt
[edit]
[-] imap_fetchmime_uid.phpt
[edit]
[-] imap_timeout_basic.phpt
[edit]
[-] imap_bodystruct_basic.phpt
[edit]
[-] imap_body_uid.phpt
[edit]
[-] imap_fetchstructure_uid.phpt
[edit]
[-] imap_8bit_basic.phpt
[edit]
[-] imap_fetchheader_uid.phpt
[edit]
[-] imap_mail_move_basic.phpt
[edit]
[-] imap_fetch_overview_variation5.phpt
[edit]
[-] imap_search_basic.phpt
[edit]
[-] imap_close_variation4.phpt
[edit]
[-] bug77020.phpt
[edit]
[-] imap_renamemailbox_basic.phpt
[edit]
[-] imap_setflag_full_uid.phpt
[edit]
[-] bug80220.phpt
[edit]