1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/mbstring/tests/gh9683.phpt

12 lines
348 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--TEST--
GH-9683 (Problem when ISO-2022-JP-MS is specified in mb_ encode_mimeheader)
--EXTENSIONS--
mbstring
--FILE--
<?php
echo mb_decode_mimeheader(mb_encode_mimeheader('', 'ISO-2022-JP-MS', 'B'));
?>
--EXPECT--