3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h1 = md5('BRTKUJZ'); $h2 = md5('NOOPCJF'); $h3 = sha1('BRTKUJZ'); $h4 = sha1('NOOPCJF'); var_dump($h1, $h2, $h1 == $h2, $h1 === $h2, $h3, $h4, $h3 == $h4, $h3 === $h4);
Output for git.master, git.master_jit, rfc.property-hooks
string(32) "00e57640477961333848717747276704" string(32) "0e818888003657176127862245791911" bool(true) bool(false) string(40) "f3ef5d66044a1adc60d9d0d70066f3df0d795119" string(40) "4e0162e54afb4a6736e025af6e3241ea67a5a526" bool(false) bool(false)

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:
21.08 ms | 402 KiB | 8 Q