Test: /ext/iconv/tests/bug79200.phpt - Version 7.3.26        

Bug #79200 Some iconv functions cut Windows-1258
Submitted: 2020-01-31 08:59:43 Modified: 2020-03-03 10:42:59
From: thomas-php Assigned: cmb
Status: Closed Package: ICONV related
PHP Version: PHP-7.3 OS: *

There are 2 different diffs reported by users for this test.

Count Diff
2 (50%)
001+ Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `UTF-8' is not allowed in %s/bug79200.php on line 2
002+ bool(false)
003+
004+ Notice: iconv_strlen(): Wrong charset, conversion from `WINDOWS-1258' to `UCS-4LE' is not allowed in %s/bug79200.php on line 3
001- string(9) "test test"
002- int(9)
003- int(0)
004- string(9) "test test"
005+ bool(false)
006+
007+ Notice: iconv_strpos(): Wrong charset, conversion from `WINDOWS-1258' to `UCS-4LE' is not allowed in %s/bug79200.php on line 4
008+ bool(false)
009+
010+ Notice: iconv_substr(): Wrong charset, conversion from `WINDOWS-1258' to `UCS-4LE' is not allowed in %s/bug79200.php on line 5
011+ bool(false)
2 (50%)
001+
001- string(9) "test test"
002- int(9)
003- int(0)
004- string(9) "test test"