mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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);
|
||||
?>
|
||||
--EXPECT--
|
||||
string(15) "Zlutoucky kun\n"
|
||||
--EXPECTF--
|
||||
string(1%d) "Zlutouck%Sy kun\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue