📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 15:57:00
📂
/ (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_constructor.phpt
Read Only
--TEST-- Attempt to instantiate an IMAP\Connection directly --EXTENSIONS-- imap --FILE-- <?php try { new IMAP\Connection(); } catch (Error $ex) { echo "Exception: ", $ex->getMessage(), "\n"; } ?> --EXPECT-- Exception: Cannot directly construct IMAP\Connection, use imap_open() instead
💾 Save Changes
❌ Cancel