📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:02:12
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-imap_1.0.3-1.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-imap_1.0.3-1.el8/tests
🔄 Refresh
✏️
Editing: bug64076.phpt
Read Only
--TEST-- Bug #64076 (imap_sort() does not return FALSE on failure) --EXTENSIONS-- imap --SKIPIF-- <?php require_once __DIR__ . '/setup/skipif.inc'; ?> --FILE-- <?php require_once __DIR__ . '/setup/imap_include.inc'; $stream = setup_test_mailbox('bug64076', 2); imap_errors(); // clear error stack var_dump(imap_sort($stream, SORTFROM, 0, 0, 'UNSUPPORTED SEARCH CRITERIUM')); var_dump(imap_errors() !== false); ?> --CLEAN-- <?php $mailbox_suffix = 'bug64076'; require_once(__DIR__ . '/setup/clean.inc'); ?> --EXPECT-- Create a temporary mailbox and add 2 msgs New mailbox created bool(false) bool(true)
💾 Save Changes
❌ Cancel