Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dpassword.c630 bool algo_is_null; in PHP_FUNCTION() local
636 Z_PARAM_STR_OR_LONG_OR_NULL(algo_str, algo_long, algo_is_null) in PHP_FUNCTION()
641 algo = php_password_algo_find_zval(algo_str, algo_long, algo_is_null); in PHP_FUNCTION()

Completed in 7 milliseconds