📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 05:12:04
📂
/ (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: bug75774.phpt
Read Only
--TEST-- Bug #75774 imap_append HeapCorruction --EXTENSIONS-- imap --FILE-- <?php $fn = __DIR__ . DIRECTORY_SEPARATOR . "foo75774"; $var1 = fopen($fn, "w"); try { imap_append($var1, "", "", "", ""); } catch (\TypeError $e) { echo $e->getMessage() . "\n"; } fclose($var1); unlink($fn); ?> --EXPECT-- imap_append(): Argument #1 ($imap) must be of type IMAP\Connection, resource given
💾 Save Changes
❌ Cancel