3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach ([ 'BASE64', 'UUENCODE', 'HTML-ENTITIES', 'Quoted-Printable', '7bit', '8bit', ] as $encoding) { echo "$encoding: ", mb_convert_encoding('&#x61;', $encoding, 'HTML-ENTITIES'), PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
BASE64: Deprecated: mb_convert_encoding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in /in/8u1h4 on line 11 JiN4NjE7 UUENCODE: Deprecated: mb_convert_encoding(): Handling Uuencode via mbstring is deprecated; use convert_uuencode/convert_uudecode instead in /in/8u1h4 on line 11 begin 0644 filename !80`` HTML-ENTITIES: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /in/8u1h4 on line 11 a Quoted-Printable: Deprecated: mb_convert_encoding(): Handling QPrint via mbstring is deprecated; use quoted_printable_encode/quoted_printable_decode instead in /in/8u1h4 on line 11 &#x61; 7bit: a 8bit: a

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:
35.82 ms | 403 KiB | 8 Q