Home
last modified time | relevance | path

Searched refs:hash (Results 101 – 125 of 199) sorted by relevance

12345678

/PHP-7.2/ext/standard/
H A Darray.c2956 HashTable *hash; local
2966 hash = Z_ARRVAL_P(array);
2970 if (hash->nNumUsed != hash->nNumOfElements) {
2975 hash->arData[j] = *p;
2984 hash->arData[n_left] = hash->arData[rnd_idx];
2991 if (hash->nNumUsed != hash->nNumOfElements) {
3009 hash->arData[n_left] = hash->arData[rnd_idx];
3019 p = hash->arData + j;
4720 HashTable *hash; local
5136 HashTable *hash; local
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dmd5_basic1.phpt6 * Description: Calculate the md5 hash of a string
H A Dmd5_basic2.phpt6 * Description: Calculate the md5 hash of a string
/PHP-7.2/ext/hash/tests/
H A Dbug52240.phpt4 <?php extension_loaded('hash') or die('skip'); ?>
H A Dhash_copy_002.phpt4 <?php extension_loaded('hash') or die('skip'); ?>
H A Dhmac-md5.phpt4 <?php if(!extension_loaded("hash")) print "skip"; ?>
/PHP-7.2/ext/phar/tests/
H A D032.phpt2 Phar: require hash
H A Dcreate_new_phar_c.phpt24 ["hash"]=>
/PHP-7.2/ext/gd/tests/
H A Dimagebmp_basic.phpt16 // write the md5 hash of its BMP representation
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.h105 zend_ulong hash; member
116 zend_ulong hash; member
/PHP-7.2/ext/phar/tests/tar/
H A Dtar_openssl_hash.phpt2 Phar: tar archive, require_hash=1, OpenSSL hash
/PHP-7.2/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt10 * Description: Calculate the hash value needed by EZMLM.
H A Dezmlm_hash_basic_64bit.phpt10 * Description: Calculate the hash value needed by EZMLM.
/PHP-7.2/ext/sodium/
H A Dlibsodium.c152 ZEND_ARG_INFO(0, hash)
750 zend_string *hash; in PHP_FUNCTION() local
771 zend_string_free(hash); in PHP_FUNCTION()
777 RETURN_STR(hash); in PHP_FUNCTION()
873 zend_string *hash; in PHP_FUNCTION() local
908 RETURN_STR(hash); in PHP_FUNCTION()
1036 RETURN_STR(hash); in PHP_FUNCTION()
1806 zend_string *hash; in PHP_FUNCTION() local
1889 RETURN_STR(hash); in PHP_FUNCTION()
1998 zend_string *hash; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/sodium/tests/
H A Dsodium_error_001.phpt15 $hash = do_crypto_shorthash($m, $key);
/PHP-7.2/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-7.2/Zend/tests/
H A Dbug64555.phpt2 Bug #64555: Array key within interned string gets wrong hash value
/PHP-7.2/ext/interbase/
H A Dinterbase.c886 char *c, hash[16], *args[] = { NULL, NULL, NULL, NULL, NULL }; in _php_ibase_connect() local
930 PHP_MD5Final((unsigned char*)hash, &hash_context); in _php_ibase_connect()
933 if ((le = zend_hash_str_find_ptr(&EG(regular_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
952 zend_hash_str_del(&EG(regular_list), hash, sizeof(hash)-1); in _php_ibase_connect()
963 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
973 zend_hash_str_del(&EG(persistent_list), hash, sizeof(hash)-1); in _php_ibase_connect()
1003 if (zend_hash_str_update_mem(&EG(persistent_list), hash, sizeof(hash)-1, in _php_ibase_connect()
1022 if (zend_hash_str_update_mem(&EG(regular_list), hash, sizeof(hash)-1, in _php_ibase_connect()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c19 unsigned int hash; member
59 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
227 ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
278 entry->hash = hash_val;\
339 hash_val = ptr->hash % new_num_bins;
/PHP-7.2/ext/openssl/tests/
H A Dbug47828.phpt35 var_dump($arr['hash']);
/PHP-7.2/ext/standard/tests/array/
H A Dcompact_error.phpt6 * Description: Creates a hash containing variables and their values
/PHP-7.2/ext/zlib/tests/
H A Ddictionary_usage.phpt29 Warning: inflate_add(): dictionary does not match expected dictionary (incorrect adler32 hash) in %…
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c337 …zend_persistent_script *persistent_script = zend_accel_hash_str_find(&ZCSG(hash), key, key_length);
501 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
503 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
505 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);
556 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
557 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) {
650 add_assoc_long(&statistics, "num_cached_scripts", ZCSG(hash).num_direct_entries);
651 add_assoc_long(&statistics, "num_cached_keys", ZCSG(hash).num_entries);
652 add_assoc_long(&statistics, "max_cached_keys", ZCSG(hash).max_num_entries);
/PHP-7.2/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
/PHP-7.2/ext/phar/tests/files/
H A Dopenssl.cnf37 subjectKeyIdentifier=hash

Completed in 85 milliseconds

12345678