Home
last modified time | relevance | path

Searched refs:hash (Results 126 – 146 of 146) sorted by relevance

123456

/PHP-5.3/ext/standard/tests/file/
H A Dfwrite_variation1.phpt72 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_basic-win32.phpt69 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_basic.phpt69 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfread_variation2.phpt84 // calculate the hash and dump it, if data read, expecting here no data was read
92 // calculate the hash and dump it, if data read, expecting here no data was read
H A Dfread_variation1.phpt85 // calculate the hash and dump it, if data read, expecting here no data was read
93 // calculate the hash and dump it, if data read, expecting here no data was read
/PHP-5.3/
H A DTODO9 * Make hash API functions work with HASH_OF() to save time.
H A DUPGRADING248 - mhash (hash has full BC layer)
261 - hash: The SHA-224 and salsa hash algorithms are now supported.
H A DREADME.TESTING96 For clarity and automated processing, bug numbers are prefixed by a hash
H A Dphp.ini-development1081 ; http://php.net/phar.require-hash
1636 ; Select a hash function for use in generating session ids.
1640 ; This option may also be set to the name of any hash function supported by
1641 ; the hash extension. A list of available hashes is returned by the hash_algos()
1643 ; http://php.net/session.hash-function
1647 ; the binary hash data to something readable.
1655 ; http://php.net/session.hash-bits-per-character
H A Dphp.ini-production1081 ; http://php.net/phar.require-hash
1636 ; Select a hash function for use in generating session ids.
1640 ; This option may also be set to the name of any hash function supported by
1641 ; the hash extension. A list of available hashes is returned by the hash_algos()
1643 ; http://php.net/session.hash-function
1647 ; the binary hash data to something readable.
1655 ; http://php.net/session.hash-bits-per-character
H A Dacinclude.m42819 crypt_r("passwd", "hash", &buffer);
2829 crypt_r("passwd", "hash", &buffer);
2841 crypt_r("passwd", "hash", &buffer);
H A DNEWS664 when get_properties returns a hash table with (inaccessible) dynamic
1683 . Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
2634 . ext/mhash (BC layer is now entirely within ext/hash)
2794 - Improved hash extension:
2797 . Added sha224 hash algorithm to the hash extension. (Scott)
3007 - Added ext/hash support to ext/session's ID generator. (Sara)
3208 - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
3762 hash()). (Tony)
4532 - Fixed bug #41159 (mysql_pconnect() hash does not account for connect
4712 - Added support for md2, ripemd256 and ripemd320 algos to hash(). (Sara)
[all …]
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c1043 cs->hash = 0;
1084 register uch h = cs->hash;
1092 if (cs2->hash == h && cs2 != cs) {
/PHP-5.3/tests/lang/
H A D023.phpt157 *** hash test... ***<br>
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY489 2005/02/09: [dist] remove hash.c.patch.
553 2004/12/16: [dist] update hash.c.patch.
585 2004/11/29: [memo] add hash.c.patch to CVS.
607 2004/11/25: [dist] add hash.c.patch for Ruby 1.9 hash.c change.
630 use st-hash always.
1457 use hash table on Ruby 1.8 only.
1463 2003/03/07: [impl] use hash table(st.[ch]) for implementation of name table.
/PHP-5.3/sapi/caudium/
H A Dcaudium.c74 for(KEY=md->data->hash[COUNT];KEY;KEY=KEY->next)
/PHP-5.3/ext/standard/
H A Dstring.c2694 static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *hash) argument
2709 zend_hash_init(&tmp_hash, zend_hash_num_elements(hash), NULL, NULL, 0);
2710 zend_hash_internal_pointer_reset_ex(hash, &hpos);
2711 while (zend_hash_get_current_data_ex(hash, (void **)&entry, &hpos) == SUCCESS) {
2712 switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) {
2745 zend_hash_move_forward_ex(hash, &hpos);
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re438 /* lookup bind first via hash and then index */
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic6525 >0x10040 lelong 1 tea hash
6527 >0x10040 lelong 3 r5 hash
9082 >0 byte 0 hash file (?),
9083 >0 byte 1 3.0 hash file,
9084 >0 byte 2 3.1 hash file,
9085 >0 byte 3 hash file (?),
9104 >1 byte 0 hash file (?),
9105 >1 byte 1 3.0 hash file,
9106 >1 byte 2 3.1 hash file,
9107 >1 byte 3 hash file (?),
[all …]
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1303 unsigned int hash;
1372 /* Find the Map entry for this address. First try a hash. */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15580 u32 size, hash; in memsys3Unlink() local
15590 hash = size % N_HASH; in memsys3Unlink()
15591 memsys3UnlinkFromList(i, &mem3.aiHash[hash]); in memsys3Unlink()
15614 u32 size, hash; in memsys3Link() local
15624 hash = size % N_HASH; in memsys3Link()
15625 memsys3LinkIntoList(i, &mem3.aiHash[hash]); in memsys3Link()
15792 int hash = nBlock % N_HASH; in memsys3MallocUnsafe() local
15795 memsys3UnlinkFromList(i, &mem3.aiHash[hash]); in memsys3MallocUnsafe()
37940 u32 hash = 0;
37943 hash = (hash*1039) + pData[i];
[all …]

Completed in 421 milliseconds

123456