3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bin = "01001000 01100101 01101100 01101100 01101111 00101100 00100000 01010111 01101000 01101111 00100000 01100011 01100001 01101110 00100000 01110101 01101110 01100100 01100101 01110010 01110011 01110100 01100001 01101110 01100100 00100000 01110100 01101000 01101001 01110011 00111111"; $bytes = []; foreach (explode(' ', $bin) as $byte) { $char = 0; foreach (str_split($byte, 1) as $pos => $bit) { $char |= (2 ** (7 - $pos)) * $bit; } echo chr($char); }
Output for git.master, git.master_jit, rfc.property-hooks
Hello, Who can understand this?

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