3v4l.org

run code in 300+ PHP versions simultaneously
<?php // "FF:01:48:00:011E:0022:06BC:0000:000A:0784" $parts = explode (":", "FF:00:41:02:0041:0075:0A75:0001:002B:0A2D "); foreach ($parts as $part) { echo bindec(base_convert($part, 16, 2)) . PHP_EOL; //echo bindec(hex2bin("0x". $part)); }
Output for git.master, git.master_jit, rfc.property-hooks
255 0 65 2 65 117 2677 1 43 2605

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:
46.96 ms | 401 KiB | 8 Q