--- embedaddon/php/ext/standard/tests/strings/htmlentities15.phpt 2012/02/21 23:48:04 1.1.1.1 +++ embedaddon/php/ext/standard/tests/strings/htmlentities15.phpt 2012/05/29 12:34:45 1.1.1.2 @@ -11,6 +11,9 @@ if (!$result || preg_match('/koi8/i', setlocale(LC_CTY die("skip setlocale() failed\n"); } ?> +--COMMENT-- +As of PHP 5.4, htmlentities() no longer makes replacements with numerical +entities. Hence, for this input there's no substitution. --FILE-- --EXPECT-- string(9) "роскошный" -string(63) "роскошный" +string(9) "роскошный"