mirror of
https://github.com/php/php-src.git
synced 2025-01-07 03:13:33 +08:00
Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional.
This commit is contained in:
parent
edf86e5282
commit
5df401af21
@ -1,24 +0,0 @@
|
||||
--TEST--
|
||||
Bug 60675: htmlentities(ENT_COMPAT, windows-1251) for ISO-8859-1 encoded scripts
|
||||
--CREDITS--
|
||||
Daniel Convissor <danielc@php.net>
|
||||
--XFAIL--
|
||||
Bug 60675 exists
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This script needs to be encoded in ISO-8859-1 for the test to work.
|
||||
* Check the encoding with "file -bi"
|
||||
* If the encoding is wrong, change it with:
|
||||
* mv bug60675.phpt bug60675.tmp
|
||||
* iconv -f <output of file -bi> -t ISO-8859-1 bug60675.tmp > bug60675.phpt
|
||||
* rm bug60675.tmp
|
||||
*/
|
||||
|
||||
$in = 'Òåñòèðóåì';
|
||||
echo htmlentities($in, ENT_COMPAT, 'windows-1251');
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
Тестируем
|
Loading…
Reference in New Issue
Block a user