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