summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug61374.phpt
blob: b7fce11ee250038bf49482c0fb0cc3eaaa491173 (plain)
1
2
3
4
5
6
7
--TEST--
Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
--FILE--
<?php
echo html_entity_decode('&OElig;', 0, 'ISO-8859-1');
--EXPECT--
&OElig;