Searched refs:znew_cost (Results 1 – 1 of 1) sorted by relevance
137 zval *znew_cost; in php_password_bcrypt_needs_rehash() local147 if (options && (znew_cost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_needs_rehash()148 new_cost = zval_get_long(znew_cost); in php_password_bcrypt_needs_rehash()
Completed in 6 milliseconds