3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = array('8DDD9C2AD01446E390852FAC4A3BC594', '6A0957745ACE43738B8052FEA16DDF6F', 'C2121A27F0584C818B05ECF99F4AA0A5'); if (is_array($value)) { foreach ($value as &$values) { $values = hex2bin($values); } unset($values); } else { $value = hex2bin($value); } var_dump($value);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> string(16) "�ݜ*�F㐅/�J;Ŕ" [1]=> string(16) "j WtZ�Cs��R��m�o" [2]=> string(16) "�'�XL���J��" }

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