Searched refs:new_cost (Results 1 – 1 of 1) sorted by relevance
241 zend_long new_cost = PHP_PASSWORD_BCRYPT_COST, cost = 0; in PHP_FUNCTION() local244 new_cost = zval_get_long(option_buffer); in PHP_FUNCTION()248 if (cost != new_cost) { in PHP_FUNCTION()
Completed in 6 milliseconds