3v4l.org

run code in 300+ PHP versions simultaneously
<?php $parts = explode (":", "FF:01:48:00:011E:0022:06BC:0000:000A:0784" ); 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 1 72 0 286 34 1724 0 10 1924

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