<?php $hash = password_hash("abc\0defghijklmnop", PASSWORD_DEFAULT); var_dump(password_verify("abc", $hash));
You have javascript disabled. You will not be able to edit any code.