3v4l.org

run code in 300+ PHP versions simultaneously
<?php $backslash_and_tilde = "~\\"; $sjis2004_backslash_and_tilde = mb_convert_encoding($backslash_and_tilde, "SJIS-2004", "UTF-8"); var_dump( bin2hex($sjis2004_backslash_and_tilde), $re_convert = mb_convert_encoding($sjis2004_backslash_and_tilde, "UTF-8", "SJIS-2004"), bin2hex($re_convert) );
Output for git.master, git.master_jit
string(8) "8160815f" string(6) "〜\" string(12) "e3809cefbcbc"
Output for rfc.property-hooks
string(4) "7e5c" string(5) "‾¥" string(10) "e280bec2a5"

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:
21.69 ms | 406 KiB | 5 Q