1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext/mbstring/tests/gh9683.phpt
T

12 lines
348 B
PHP

--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('1234567890123456789012', 'ISO-2022-JP-MS', 'B'));
?>
--EXPECT--
1234567890123456789012