3v4l.org

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

preferences:
36.86 ms | 402 KiB | 5 Q