Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/tests/
H A Dskip_mhash.inc2 if (!extension_loaded("mhash") || !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-5.5/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.c762 PHP_MINFO_FUNCTION(mhash) in PHP_MINFO_FUNCTION() argument
778 PHP_MINFO(mhash),
803 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
1221 PHP_FE(mhash, arginfo_mhash)
/PHP-5.5/win32/
H A Dphp_modules.dsw258 Project: "mhash"=..\ext\mhash\mhash.dsp - Package Owner=<4>
/PHP-5.5/
H A DEXTENSIONS431 EXTENSION: mhash
H A DNEWS5684 . ext/mhash (BC layer is now entirely within ext/hash)
5845 . Changed mhash to be a wrapper layer around the hash extension. (Scott)
6094 - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
7893 - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores

Completed in 52 milliseconds