Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash.c956 zval *z_algorithm; in PHP_FUNCTION() local
959 if (zend_parse_parameters(1, "z", &z_algorithm) == FAILURE) { in PHP_FUNCTION()
963 algorithm = zval_get_long(z_algorithm); in PHP_FUNCTION()
969 ZVAL_STRING(z_algorithm, algorithm_lookup.hash_name); in PHP_FUNCTION()

Completed in 8 milliseconds