3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( bin2hex(pack("LLZ*", 12345, 67890, "bark bark I am a chicken")), unpack("Lone/Ltwo/Z*three", hex2bin("39300000320901006261726b206261726b204920616d206120636869636b656e00")) );
Output for git.master, git.master_jit, rfc.property-hooks
string(66) "39300000320901006261726b206261726b204920616d206120636869636b656e00" array(3) { ["one"]=> int(12345) ["two"]=> int(67890) ["three"]=> string(24) "bark bark I am a chicken" }

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