📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 10:52:09
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-imap_1.0.3-1.el8
/
tests
✏️
Editing: imap_constructor.phpt
--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