3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h='$6$rounds=1$abcdefghijklmnop'; $h2='$6$abcdefghijklmnop'; $p='password'; $c1=crypt($p,$h1); $c2=crypt($p,$h2); var_dump($c1, $c2);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $h1 in /in/cmRLt on line 5 Deprecated: crypt(): Passing null to parameter #2 ($salt) of type string is deprecated in /in/cmRLt on line 5 string(2) "*0" string(106) "$6$abcdefghijklmnop$0aenUFHf897F9u0tURIHOeACWajSuVGa7jgJGyq.DKZm/WXl/IZFvPbneFydBjomEOgM.Sh1m0L3KsS1.H5b//"

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