Home
last modified time | relevance | path

Searched refs:PASSWORD_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/standard/tests/password/
H A Dpassword_default.phpt2 Test that the value of PASSWORD_DEFAULT matches PASSWORD_BCRYPT
5 echo PASSWORD_DEFAULT . "\n";
H A Dpassword_needs_rehash.phpt13 var_dump(password_needs_rehash('', PASSWORD_DEFAULT));
37 var_dump(password_needs_rehash(crypt('Example', '$1$'), PASSWORD_DEFAULT));
40 var_dump(password_needs_rehash(crypt('Example', '$6$rounds=5000$aa$'), PASSWORD_DEFAULT));
/PHP-8.2/ext/standard/
H A Dpassword.stub.php8 const PASSWORD_DEFAULT = "2y"; define

Completed in 5 milliseconds