3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pass = sha512("password"); $hash = sha512("password"); if(password_verify($pass, $hash)) { echo("Verified."); }

preferences:
57.66 ms | 402 KiB | 5 Q