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); 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 git.master, git.master_jit, rfc.property-hooks
string(46) "Активация учетной записи"

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
43.51 ms | 401 KiB | 8 Q