📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 08:40:42
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-imap_1.0.3-2.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-imap_1.0.3-2.el8/tests
🔄 Refresh
✏️
Editing: imap_undelete_basic.phpt
Read Only
--TEST-- imap_undelete() function : basic functionality --CREDITS-- Olivier Doucet --EXTENSIONS-- imap --SKIPIF-- <?php require_once(__DIR__.'/setup/skipif.inc'); ?> --FILE-- <?php require_once(__DIR__.'/setup/imap_include.inc'); $stream_id = setup_test_mailbox('imapundeletebasic', 1); imap_delete($stream_id, 1); var_dump(imap_undelete($stream_id, 1)); imap_close($stream_id); ?> --CLEAN-- <?php $mailbox_suffix = 'imapundeletebasic'; require_once(__DIR__ . '/setup/clean.inc'); ?> --EXPECT-- Create a temporary mailbox and add 1 msgs New mailbox created bool(true)
💾 Save Changes
❌ Cancel