<?php $hash = password_hash('test', PASSWORD_DEFAULT); var_dump(password_verify('test', $hash)); var_dump(password_verify('TeSt', $hash));
You have javascript disabled. You will not be able to edit any code.