Searched refs:mhash (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/hash/tests/ |
H A D | skip_mhash.inc | 2 if (!extension_loaded("mhash") || !function_exists("mhash")) { 3 die("skip mhash extension is not available");
|
H A D | mhash_004.phpt | 2 mhash() modifying algorithm parameter 12 var_dump(bin2hex(mhash($algo, "test")));
|
H A D | mhash_001.phpt | 2 mhash() test 24 $data = "This is the test of the mhash extension..."; 27 $result = mhash(constant($hash), $data);
|
/PHP-5.6/ext/hash/ |
H A D | config.m4 | 4 PHP_ARG_WITH(mhash, for mhash support, 5 [ --with-mhash[=DIR] Include mhash support])
|
H A D | config.w32 | 5 ARG_WITH("mhash", "mhash support", "no");
|
H A D | hash.c | 802 PHP_MINFO_FUNCTION(mhash) in PHP_MINFO_FUNCTION() argument 818 PHP_MINFO(mhash), 843 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument 1270 PHP_FE(mhash, arginfo_mhash)
|
/PHP-5.6/win32/ |
H A D | php_modules.dsw | 258 Project: "mhash"=..\ext\mhash\mhash.dsp - Package Owner=<4>
|
/PHP-5.6/ |
H A D | EXTENSIONS | 431 EXTENSION: mhash
|
H A D | NEWS | 7262 . ext/mhash (BC layer is now entirely within ext/hash) 7423 . Changed mhash to be a wrapper layer around the hash extension. (Scott) 7672 - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott) 9471 - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores
|
Completed in 63 milliseconds