📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 16:46:57
📂
/ (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: bug45705_1.phpt
Read Only
--TEST-- Bug #45705 test #1 (imap rfc822_parse_adrlist() modifies passed address parameter) --EXTENSIONS-- imap --FILE-- <?php $address = 'John Doe <john@example.com>'; var_dump($address); imap_rfc822_parse_adrlist($address, ''); var_dump($address); ?> --EXPECT-- string(27) "John Doe <john@example.com>" string(27) "John Doe <john@example.com>"
💾 Save Changes
❌ Cancel