Skip to content

Commit 0f487e7

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix iconv_open basic test (#15611)
2 parents 12b854f + 7878a2c commit 0f487e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/iconv/tests/iconv_basic_001.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ $string_out = iconv($in_charset, $out_charset, $string_to_translate);
2121

2222
var_dump($string_out);
2323
?>
24-
--EXPECT--
25-
string(15) "Zlutoucky kun\n"
24+
--EXPECTF--
25+
string(1%d) "Zlutouck%Sy kun\n"

0 commit comments

Comments
 (0)