3v4l.org

run code in 300+ PHP versions simultaneously
<?php $plain = 'hello'; $hash = crypt( $plain, '$5$rounds=1000$'."T\xA2\x9D]\x1A\xD30B%H\xEB\xBEF<\xC8\x92" ); echo "has algo: ", var_dump(strlen($hash) > 13), "hash : ", var_dump($hash), "true : ", var_dump($hash === crypt($plain, $hash)) ;
Output for git.master, git.master_jit, rfc.property-hooks
has algo: bool(true) hash : string(75) "$5$rounds=1000$T��]�0B%H�F<Ȓ$0eLFmVJtyoYY1DQd3.bH1yKqWG1U4/.tN8PBql/H8nA" true : bool(true)

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