From: Daniel Convissor Date: Sat, 7 Jan 2012 23:09:49 +0000 (+0000) Subject: Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional. X-Git-Tag: php-5.5.0alpha1~637 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbf403f4ce0f85b391c0c97cb85102d71b302ba6;p=php Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional. --- diff --git a/ext/standard/tests/strings/bug60675.phpt b/ext/standard/tests/strings/bug60675.phpt deleted file mode 100644 index 5fc22fc955..0000000000 --- a/ext/standard/tests/strings/bug60675.phpt +++ /dev/null @@ -1,24 +0,0 @@ ---TEST-- -Bug 60675: htmlentities(ENT_COMPAT, windows-1251) for ISO-8859-1 encoded scripts ---CREDITS-- -Daniel Convissor ---XFAIL-- -Bug 60675 exists ---FILE-- - -t ISO-8859-1 bug60675.tmp > bug60675.phpt - * rm bug60675.tmp - */ - -$in = 'Òåñòèðóåì'; -echo htmlentities($in, ENT_COMPAT, 'windows-1251'); - -?> ---EXPECT-- -Тестируем