3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pass = 'foo'; $hash1 = password_hash($pass, PASSWORD_DEFAULT); $hash2 = password_hash($pass, PASSWORD_DEFAULT); if ($hash1 != $hash2) { echo "Yivi was right. I shouldn't be giving this advise to strangers on the web."; }

preferences:
51.78 ms | 404 KiB | 5 Q