Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/tests/
H A Dmhash_004.phpt2 MHash: mhash() modifying algorithm parameter
4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
10 var_dump(bin2hex(mhash($algo, "test")));
H A Dmhash_001.phpt2 MHash: mhash() test
4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
22 $data = "This is the test of the mhash extension...";
25 $result = mhash(constant($hash), $data);
H A Dmhash_003.phpt4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
H A Dmhash_002.phpt4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
/PHP-7.4/ext/hash/
H A Dconfig.m41 PHP_ARG_WITH([mhash],
2 [for mhash support],
3 [AS_HELP_STRING([[--with-mhash]],
4 [Include mhash support])])
H A Dconfig.w323 ARG_WITH('mhash', 'mhash support (BC via hash)', 'no');
H A Dhash.c911 PHP_MINFO_FUNCTION(mhash)
927 PHP_MINFO(mhash),
954 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
1480 PHP_FE(mhash, arginfo_mhash)
/PHP-7.4/azure/
H A Dconfigure.yml57 --with-mhash \
/PHP-7.4/azure/i386/
H A Djob.yml63 --with-mhash \
/PHP-7.4/azure/macos/
H A Djob.yml67 --with-mhash \

Completed in 15 milliseconds