Searched refs:mhash (Results 1 – 17 of 17) sorted by relevance
/PHP-8.3/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); 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 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"))); 17 Deprecated: Function mhash() is deprecated 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 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 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-8.3/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])])
|
H A D | config.w32 | 3 ARG_WITH('mhash', 'mhash support (BC via hash)', 'no');
|
H A D | hash.stub.php | 95 function mhash(int $algo, string $data, ?string $key = null): string|false {}
|
H A D | hash_arginfo.h | 165 ZEND_FUNCTION(mhash); 201 ZEND_DEP_FE(mhash, arginfo_mhash)
|
H A D | hash.c | 1158 PHP_MINFO_FUNCTION(mhash) 1174 PHP_MINFO(mhash), 1200 PHP_FUNCTION(mhash) in PHP_FUNCTION() argument
|
/PHP-8.3/.github/actions/configure-x32/ |
H A D | action.yml | 64 --with-mhash \
|
/PHP-8.3/ |
H A D | .cirrus.yml | 18 …-with-ffi --enable-zend-test --enable-dl-test=shared --enable-intl --with-mhash --with-sodium --wi…
|
H A D | NEWS | 30 . Fixed GH-16711: Segfault in mhash(). (Girgias)
|
/PHP-8.3/.github/actions/configure-x64/ |
H A D | action.yml | 69 --with-mhash \
|
/PHP-8.3/.github/actions/configure-macos/ |
H A D | action.yml | 70 --with-mhash \
|
/PHP-8.3/.circleci/ |
H A D | config.yml | 144 --with-mhash \
|
Completed in 21 milliseconds