Searched refs:mhash (Results 1 – 18 of 18) sorted by relevance
/php-src/ext/hash/tests/ |
H A D | mhash_001.phpt | 2 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 D | mhash_004.phpt | 2 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 D | gh16711_1.phpt | 2 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 D | gh16711_2.phpt | 2 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 D | mhash_002.phpt | 4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
|
H A D | mhash_003.phpt | 4 <?php if(!function_exists('mhash')) { die('skip mhash compatibility layer not available'); } ?>
|
/php-src/ext/hash/ |
H A D | config.m4 | 1 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 D | config.w32 | 3 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 D | hash.stub.php | 95 function mhash(int $algo, string $data, ?string $key = null): string|false {}
|
H A D | hash_arginfo.h | 150 ZEND_FUNCTION(mhash);
|
H A D | hash.c | 1157 PHP_MINFO_FUNCTION(mhash) 1173 PHP_MINFO(mhash), 1199 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
|
/php-src/.github/actions/configure-x32/ |
H A D | action.yml | 60 --with-mhash \
|
/php-src/.github/actions/configure-alpine/ |
H A D | action.yml | 64 --with-mhash \
|
/php-src/.github/actions/configure-x64/ |
H A D | action.yml | 67 --with-mhash \
|
/php-src/.github/actions/configure-macos/ |
H A D | action.yml | 66 --with-mhash \
|
/php-src/.github/actions/freebsd/ |
H A D | action.yml | 79 --with-mhash \
|
/php-src/.circleci/ |
H A D | config.yml | 136 --with-mhash \
|
/php-src/ |
H A D | UPGRADING | 68 when the mhash*() function family has been deprecated per
|
Completed in 18 milliseconds