3v4l.org

run code in 300+ PHP versions simultaneously
<?php function hexbin($temp) { $data=""; $len = strlen($temp); for ($i=0;$i<$len;$i+=2) $data.=chr(hexdec(substr($temp,$i,2))); return $data; } var_dump( base64_encode(hexbin(sha1('4ly5ccc64ln8n581.0.1I0110DQXmy_first_test__559status'))) );
Output for git.master, git.master_jit, rfc.property-hooks
string(28) "bOGL3/Wavb+vnL9HB5duyLAGMLY="

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