Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/tests/
H A Dskip_mhash.inc2 if (!function_exists("mhash")) {
3 die("skip mhash extension is not available");
H A Dmhash_004.phpt2 mhash() modifying algorithm parameter
12 var_dump(bin2hex(mhash($algo, "test")));
H A Dmhash_001.phpt2 mhash() test
24 $data = "This is the test of the mhash extension...";
27 $result = mhash(constant($hash), $data);
/PHP-7.2/ext/hash/
H A Dconfig.m44 PHP_ARG_WITH(mhash, for mhash support,
5 [ --with-mhash[=DIR] Include mhash support])
H A Dconfig.w325 ARG_WITH("mhash", "mhash support", "no");
H A Dhash.c904 PHP_MINFO_FUNCTION(mhash)
920 PHP_MINFO(mhash),
947 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
1469 PHP_FE(mhash, arginfo_mhash)

Completed in 16 milliseconds