You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--TEST--
|
|
Bug #29119 (html_entity_decode() misbehaves with UTF-8)
|
|
--FILE--
|
|
<?php
|
|
var_dump(bin2hex(html_entity_decode('  ‘†′⁄€', ENT_QUOTES, 'UTF-8')));
|
|
?>
|
|
--EXPECT--
|
|
string(42) "e28082e28089e28098e280a0e280b2e28184e282ac"
|
|
|