Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dpassword.c205 zend_long new_cost = PHP_PASSWORD_BCRYPT_COST, cost = 0; in PHP_FUNCTION() local
208 new_cost = zval_get_long(option_buffer); in PHP_FUNCTION()
212 if (cost != new_cost) { in PHP_FUNCTION()

Completed in 7 milliseconds