3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id1 = 'fxEbFmSBuIM'; $id2 = 'et34RK4qLy8'; $id3 = '3oypcgF-LJQ'; $id1 = 'oT5+eFUCEAE'; $id2 = 'oT5+eU8CEAE'; $id3 = 'oT5+ekkCEAE'; $id1 = base64_decode($id1); $id2 = base64_decode($id2); $id3 = base64_decode($id3); $id1 = bin2hex($id1); $id2 = bin2hex($id2); $id3 = bin2hex($id3); $id1 = hexdec($id1); $id2 = hexdec($id2); $id3 = hexdec($id3); var_dump(sprintf('%b', $id1)); var_dump(sprintf('%b', $id2)); var_dump(sprintf('%b', $id3)); var_dump(sprintf('%b', $id1 & $id2 & $id3));
Output for git.master, git.master_jit, rfc.property-hooks
string(64) "1010000100111110011111100111100001010101000000100001000000000000" string(64) "1010000100111110011111100111100101001111000000100001000000000000" string(64) "1010000100111110011111100111101001001001000000100001000000000000" Deprecated: Implicit conversion from float 1.1618863143949832E+19 to int loses precision in /in/HLItm on line 27 Deprecated: Implicit conversion from float 1.1618863148144136E+19 to int loses precision in /in/HLItm on line 27 Deprecated: Implicit conversion from float 1.161886315233844E+19 to int loses precision in /in/HLItm on line 27 string(64) "1010000100111110011111100111100001000001000000100001000000000000"

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:
31.89 ms | 407 KiB | 5 Q