We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc29c9 commit c3aa913Copy full SHA for c3aa913
ext/standard/tests/password/password_hash_error_argon2.phpt
@@ -4,6 +4,7 @@ Test error operation of password_hash() with Argon2i and Argon2id
4
<?php
5
if (!defined('PASSWORD_ARGON2I')) die('skip password_hash not built with Argon2');
6
if (!defined('PASSWORD_ARGON2ID')) die('skip password_hash not built with Argon2');
7
+if (PASSWORD_ARGON2_PROVIDER != 'standard') die('skip argon2 not provided by standard');
8
?>
9
--FILE--
10
0 commit comments