3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input_pass = 'example'; $step1 = md5($input_pass); $inner = crypt(pi(),hash('sha512',$input_pass)); $final_pass = hash('sha512',$inner); var_dump($inner, $final_pass);
Output for git.master, git.master_jit, rfc.property-hooks
string(13) "3b5PQJpjs2VBk" string(128) "ec993177685eb6f2aa687d1202f47f7c5c0e17954fe1409115ed8b2170839029a065a189a3d2af6fe8d05869f7a6980743c199d7eb9d00c7e036af790231549a"

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