Searched refs:zcost (Results 1 – 1 of 1) sorted by relevance
260 zval *zcost; in php_password_bcrypt_hash() local263 if (options && (zcost = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) { in php_password_bcrypt_hash()264 cost = zval_get_long(zcost); in php_password_bcrypt_hash()
Completed in 5 milliseconds