Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash.c805 zval **z_algorithm; in PHP_FUNCTION() local
808 if (zend_parse_parameters(1 TSRMLS_CC, "Z", &z_algorithm) == FAILURE) { in PHP_FUNCTION()
812 SEPARATE_ZVAL(z_algorithm); in PHP_FUNCTION()
813 convert_to_long_ex(z_algorithm); in PHP_FUNCTION()
814 algorithm = Z_LVAL_PP(z_algorithm); in PHP_FUNCTION()
820 ZVAL_STRING(*z_algorithm, algorithm_lookup.hash_name, 1); in PHP_FUNCTION()

Completed in 8 milliseconds