Home
last modified time | relevance | path

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

/php-src/ext/hash/tests/
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);
38 Deprecated: Function mhash() is deprecated in %s on line %d
43 Deprecated: Function mhash() is deprecated in %s on line %d
48 Deprecated: Function mhash() is deprecated in %s on line %d
53 Deprecated: Function mhash() is deprecated in %s on line %d
58 Deprecated: Function mhash() is deprecated in %s on line %d
63 Deprecated: Function mhash() is deprecated in %s on line %d
[all …]
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")));
17 Deprecated: Function mhash() is deprecated in %s on line %d
H A Dmhash_002.phpt4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
H A Dmhash_003.phpt4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
/php-src/ext/hash/
H A Dconfig.m41 PHP_ARG_WITH([mhash],
2 [for mhash support],
3 [AS_HELP_STRING([[--with-mhash]],
4 [Include mhash support])])
7 AC_MSG_WARN([The --with-mhash option and mhash* functions are deprecated as of PHP 8.1.0])
H A Dconfig.w323 ARG_WITH('mhash', 'mhash support (BC via hash)', 'no');
6 WARNING("mhash* functions are deprecated as of PHP 8.1.0");
H A Dhash.stub.php95 function mhash(int $algo, string $data, ?string $key = null): string|false {}
H A Dhash_arginfo.h164 ZEND_FUNCTION(mhash);
H A Dhash.c1158 PHP_MINFO_FUNCTION(mhash)
1174 PHP_MINFO(mhash),
1200 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
/php-src/.github/actions/configure-x32/
H A Daction.yml61 --with-mhash \
/php-src/.github/actions/configure-macos/
H A Daction.yml65 --with-mhash \
/php-src/
H A D.cirrus.yml17 …-with-ffi --enable-zend-test --enable-dl-test=shared --enable-intl --with-mhash --with-sodium --en…
H A DUPGRADING.INTERNALS91 - The configure option --with-mhash emits deprecation warning.
/php-src/.github/actions/configure-x64/
H A Daction.yml63 --with-mhash \
/php-src/.circleci/
H A Dconfig.yml136 --with-mhash \

Completed in 34 milliseconds