1--TEST-- 2Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1 3--FILE-- 4<?php 5echo html_entity_decode('Œ', 0, 'ISO-8859-1'); 6?> 7--EXPECT-- 8Œ 9