mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
9 lines
189 B
PHP
9 lines
189 B
PHP
--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('Œ', 0, 'ISO-8859-1');
|
|
?>
|
|
--EXPECT--
|
|
Œ
|