|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits              [2015-02-20 05:49 UTC] masakielastic at gmail dot com
  [2015-02-27 05:06 UTC] yohgaki@php.net
 
-Assigned To:
+Assigned To: yohgaki
  [2015-02-27 05:06 UTC] yohgaki@php.net
  [2016-08-10 05:44 UTC] yohgaki@php.net
  [2016-08-10 05:44 UTC] yohgaki@php.net
 
-Status: Assigned
+Status: Closed
  [2016-10-10 11:17 UTC] krakjoe@php.net
  [2017-01-12 09:12 UTC] krakjoe@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 00:00:01 2025 UTC | 
Description: ------------ mb_convert_encoding doesnt't properly handle the value of mb_substitute_character when the third argument is different from the value of mb_internal_encoding. Test script: --------------- mb_substitute_character(0xFFFD); var_dump(mb_convert_encoding("\x80", "Shift_JIS", "EUC-JP")); Expected result: ---------------- string(1) "?" Actual result: -------------- string(0) ""