3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = password_hash('qwerty',PASSWORD_DEFAULT); if (password_verify("qwerty", $hash)) { echo "Yes\r\n"; } else { echo "No\r\n"; } ?>

preferences:
35.24 ms | 402 KiB | 5 Q