mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix iconv_open basic test (#15611)
This commit is contained in:
commit
0f487e7d23
1 changed files with 2 additions and 2 deletions
|
@ -21,5 +21,5 @@ $string_out = iconv($in_charset, $out_charset, $string_to_translate);
|
||||||
|
|
||||||
var_dump($string_out);
|
var_dump($string_out);
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
string(15) "Zlutoucky kun\n"
|
string(1%d) "Zlutouck%Sy kun\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue