Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dpassword.c241 zend_long new_cost = PHP_PASSWORD_BCRYPT_COST, cost = 0; in PHP_FUNCTION() local
244 new_cost = zval_get_long(option_buffer); in PHP_FUNCTION()
248 if (cost != new_cost) { in PHP_FUNCTION()

Completed in 8 milliseconds