Home
last modified time | relevance | path

Searched refs:mhash (Results 1 – 18 of 18) 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);
40 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
47 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
54 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
61 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
68 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
75 Deprecated: Function mhash() is deprecated since 8.1 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")));
18 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
H A Dgh16711_1.phpt2 GH-16711: Segmentation fault in mhash()
4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
11 var_dump(mhash(133, 1086849124, 133));
97 Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
H A Dgh16711_2.phpt2 GH-16711: Segmentation fault in mhash()
4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
11 var_dump(mhash(4, 1086849124, 133));
97 Deprecated: Function mhash() is deprecated since 8.1 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])
8 AC_DEFINE([PHP_MHASH_BC], [1], [Define to 1 if mhash support is enabled.])
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");
7 AC_DEFINE('PHP_MHASH_BC', 1, 'Define to 1 if mhash support is enabled.');
H A Dhash.stub.php95 function mhash(int $algo, string $data, ?string $key = null): string|false {}
H A Dhash_arginfo.h150 ZEND_FUNCTION(mhash);
H A Dhash.c1157 PHP_MINFO_FUNCTION(mhash)
1173 PHP_MINFO(mhash),
1199 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
/php-src/.github/actions/configure-x32/
H A Daction.yml60 --with-mhash \
/php-src/.github/actions/configure-alpine/
H A Daction.yml64 --with-mhash \
/php-src/.github/actions/configure-x64/
H A Daction.yml67 --with-mhash \
/php-src/.github/actions/configure-macos/
H A Daction.yml66 --with-mhash \
/php-src/.github/actions/freebsd/
H A Daction.yml79 --with-mhash \
/php-src/.circleci/
H A Dconfig.yml136 --with-mhash \
/php-src/
H A DUPGRADING68 when the mhash*() function family has been deprecated per

Completed in 18 milliseconds