3v4l.org

run code in 300+ PHP versions simultaneously
<?php // See the password_hash() example to see where this came from. $hash = '89d9613d4758e73fb33baf0550e56461'; if (password_verify('12345678', $hash)) { echo 'Password is valid!'; } else { echo 'Invalid password.'; } ?>

preferences:
38.05 ms | 402 KiB | 5 Q