3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $s1 = 'abcd'; $s2 = '100.100.100.0'; //require $1 != $2 echo md5($s1); echo '||||'; echo hash('md5',$s2); //require 1 === 2 echo hash('sha512',$s1,true); echo hash('sha512',$s2,true); ?>
Output for git.master, git.master_jit, rfc.property-hooks
e2fc714c4727ee9395f324cd2e7f331f||||3e46327af937cfa2557f85a9f9eb9c6d�/ `�n�)z�=�SUɲK v�6�i�j};�:����33h�Kd�m��>HS��kqk��o��%���0��ݾdI���\��ڣ95.s��oL����d��,�,:kUާ��� mg�d

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