File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / strings / bug61374.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:34:45 2012 UTC (12 years, 2 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--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;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>