Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpassword.c244 long new_cost = PHP_PASSWORD_BCRYPT_COST, cost = 0; in PHP_FUNCTION() local
251 new_cost = Z_LVAL(cast_option_buffer); in PHP_FUNCTION()
254 new_cost = Z_LVAL_PP(option_buffer); in PHP_FUNCTION()
259 if (cost != new_cost) { in PHP_FUNCTION()

Completed in 5 milliseconds