3v4l.org

run code in 300+ PHP versions simultaneously
<?php function decodeHeader($header) { $charset = 'UTF-8'; //$decoded = iconv_mime_decode($header, ICONV_MIME_DECODE_STRICT, $charset); $decoded = mb_decode_mimeheader($header); return $decoded; } $header = '=?utf-8?Q?=D0=90=D0=BA=D1=82=D0=B8=D0=B2=D0=B0=D1=86=D0=B8=D1=8F=20=D1=83=D1=87=D0=B5=D1=82=D0=BD=D0=BE=D0=B9=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D0=B8?='; var_dump(decodeHeader($header));
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
string(46) "Активация учетной записи"
Output for 4.3.3 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
string(24) "????????? ??????? ??????"
Output for 4.3.0 - 4.3.2
string(24) ":B820F8O CG5B=>9 70?8A8"

preferences:
283.79 ms | 401 KiB | 460 Q