|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2012-03-13 15:13 UTC] cataphract@php.net
 
-Assigned To:
+Assigned To: cataphract
  [2012-03-13 18:08 UTC] cataphract@php.net
  [2012-03-13 18:08 UTC] cataphract@php.net
  [2012-03-13 18:08 UTC] cataphract@php.net
 
-Status: Assigned
+Status: Closed
  [2012-04-18 09:45 UTC] laruence@php.net
  [2012-07-24 23:36 UTC] rasmus@php.net
  [2013-11-17 09:33 UTC] laruence@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
Description: ------------ html_entity_decode tries to decode code points that don't exist in ISO-8859-1. The result is that the codepoint(s) being written mod 256. Test script: --------------- <?php echo html_entity_decode('Œ', 0, 'ISO-8859-1'); Expected result: ---------------- Œ Actual result: -------------- R