3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(hex2bin('48617570747374726173736520315c6e416e737072656368706172746e65723a204d6178204d75737465726d616e6e')); var_dump(hex2bin('5c6e')); // var_dump(bin2hex(" ")); $string = hex2bin('48617570747374726173736520315c6e416e737072656368706172746e65723a204d6178204d75737465726d616e6e'); echo PHP_EOL,'Input string:', PHP_EOL; echo $string; echo PHP_EOL,'Output string:', PHP_EOL; echo str_replace(['\n'], "<br/>\n", $string);
Output for git.master, git.master_jit, rfc.property-hooks
string(47) "Hauptstrasse 1\nAnsprechpartner: Max Mustermann" string(2) "\n" string(2) "0a" Input string: Hauptstrasse 1\nAnsprechpartner: Max Mustermann Output string: Hauptstrasse 1<br/> Ansprechpartner: Max Mustermann

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