|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2011-07-29 07:55 UTC] laruence@php.net
 
-Status: Open
+Status: Feedback
  [2011-07-29 07:55 UTC] laruence@php.net
  [2011-08-01 01:53 UTC] donglijun at msn dot com
 
-Status: Feedback
+Status: Closed
  [2011-08-01 01:53 UTC] donglijun at msn dot com
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 14:00:01 2025 UTC | 
Description: ------------ Using mb_decode_mimeheader to decode a mime string, but got a wrong result Test script: --------------- <?php mb_internal_encoding('UTF-8'); var_dump(mb_decode_mimeheader('=?UTF-8?B?cHl0aG9uILLiytTTyrz+?=')); Expected result: ---------------- string(15) "python 测试邮件" Actual result: -------------- string(9) "python 始"