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 base_convert($part, 16, 2) . PHP_EOL; //echo bindec(hex2bin("0x". $part)); }
Output for git.master, git.master_jit, rfc.property-hooks
11111111 1 1001000 0 100011110 100010 11010111100 0 1010 11110000100

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