£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊǍí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶êםӼ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowЍø^d™ý½ßB7áyMä9ÜÖUã !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --TEST-- Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter) --EXTENSIONS-- imap --FILE-- 'John Doe ', 'from' => 'John Doe ', 'reply_to' => 'John Doe ', 'to' => 'John Doe ', 'cc' => 'John Doe ', 'bcc' => 'John Doe ', ); var_dump($envelope); imap_mail_compose($envelope, [1 => ['cc' => 'Steve Doe ',]]); var_dump($envelope); ?> --EXPECT-- array(6) { ["return_path"]=> string(27) "John Doe " ["from"]=> string(27) "John Doe " ["reply_to"]=> string(27) "John Doe " ["to"]=> string(27) "John Doe " ["cc"]=> string(27) "John Doe " ["bcc"]=> string(27) "John Doe " } array(6) { ["return_path"]=> string(27) "John Doe " ["from"]=> string(27) "John Doe " ["reply_to"]=> string(27) "John Doe " ["to"]=> string(27) "John Doe " ["cc"]=> string(27) "John Doe " ["bcc"]=> string(27) "John Doe " }