Test: /ext/iconv/tests/iconv_substr_basic.phpt - Version 5.4.7    

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

Count Diff
9 (82%)
004- string(6) "444546"
005-
006- -- ASCII string 2 --
007- string(6) "444546"
008-
009- -- Multibyte string 1 --
010- string(14) "a5e69cace8aa9e"
011-
012- -- Multibyte string 2 --
013- string(42) "e8aa9ee38386e382ade382b9e38388e381a7e38199"
014- Done
1 (9%)
004- string(6) "444546"
005+ Notice: iconv_substr(): Wrong charset, conversion from `ISO-8859-1' to `UCS-4LE' is not allowed in %s/iconv_substr_basic.php on line 18
006+ string(0) ""
007+
007- string(6) "444546"
010+ Notice: iconv_substr(): Wrong charset, conversion from `ISO-8859-1' to `UCS-4LE' is not allowed in %s/iconv_substr_basic.php on line 21
011+ string(0) ""
012+
010- string(14) "a5e69cace8aa9e"
013- string(42) "e8aa9ee38386e382ade382b9e38388e381a7e38199"
014+
015+ Notice: iconv_substr(): Wrong charset, conversion from `ISO-8859-1' to `UCS-4LE' is not allowed in %s/iconv_substr_basic.php on line 24
016+ string(0) ""
019+
020+ Notice: iconv_substr(): Wrong charset, conversion from `utf-8' to `UCS-4LE' is not allowed in %s/iconv_substr_basic.php on line 28
021+ string(0) ""
1 (9%)
004+ dyld: lazy symbol binding failed: Symbol not found: _iconv_open
005+ Referenced from: /Users/milton/Downloads/php-5.4.7/sapi/cli/php
006+ Expected in: /Applications/Nanometrics/SQLX/lib/libiconv.2.dylib
004- string(6) "444546"
006- -- ASCII string 2 --
007- string(6) "444546"
008-
008+ dyld: Symbol not found: _iconv_open
009+ Referenced from: /Users/milton/Downloads/php-5.4.7/sapi/cli/php
010+ Expected in: /Applications/Nanometrics/SQLX/lib/libiconv.2.dylib
009- -- Multibyte string 1 --
010- string(14) "a5e69cace8aa9e"
011-
012- -- Multibyte string 2 --
013- string(42) "e8aa9ee38386e382ade382b9e38388e381a7e38199"
014- Done