📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:44:14
📂
/ (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: bug77020.phpt
Read Only
--TEST-- Bug #77020 (null pointer dereference in imap_mail) --EXTENSIONS-- imap --INI-- sendmail_path="echo >/dev/null" --FILE-- <?php // For Windows, set it to a string of length HOST_NAME_LEN (256) so the mail is not actually sent ini_set("SMTP", str_repeat("A", 256)); @imap_mail('1', 1, NULL); echo 'done' ?> --EXPECTF-- %Adone
💾 Save Changes
❌ Cancel