Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c213 zval *znew_cost; in php_password_bcrypt_needs_rehash() local
223 if (options && (znew_cost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_needs_rehash()
224 new_cost = zval_get_long(znew_cost); in php_password_bcrypt_needs_rehash()

Completed in 7 milliseconds