Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 159) sorted by last modified time

1234567

/PHP-5.5/tests/lang/
H A D023.phpt157 *** hash test... ***<br>
H A D024.phpt270 *** hash test... ***
500 *** hash test... ***
725 *** hash test... ***
950 *** hash test... ***
1175 *** hash test... ***
1400 *** hash test... ***
1625 *** hash test... ***
1850 *** hash test... ***
2075 *** hash test... ***
2300 *** hash test... ***
[all …]
H A D031.phpt2 Bug #16227 (Internal hash position bug on assignment)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1303 unsigned int hash;
1372 /* Find the Map entry for this address. First try a hash. */
/PHP-5.5/sapi/caudium/
H A Dcaudium.c74 for(KEY=md->data->hash[COUNT];KEY;KEY=KEY->next)
/PHP-5.5/
H A Dphp.ini-development983 ; http://php.net/phar.require-hash
1518 ; Select a hash function for use in generating session ids.
1522 ; This option may also be set to the name of any hash function supported by
1523 ; the hash extension. A list of available hashes is returned by the hash_algos()
1525 ; http://php.net/session.hash-function
1529 ; the binary hash data to something readable.
1537 ; http://php.net/session.hash-bits-per-character
1846 ; The maximum number of keys (scripts) in the OPcache hash table.
H A Dphp.ini-production983 ; http://php.net/phar.require-hash
1518 ; Select a hash function for use in generating session ids.
1522 ; This option may also be set to the name of any hash function supported by
1523 ; the hash extension. A list of available hashes is returned by the hash_algos()
1525 ; http://php.net/session.hash-function
1529 ; the binary hash data to something readable.
1537 ; http://php.net/session.hash-bits-per-character
1846 ; The maximum number of keys (scripts) in the OPcache hash table.
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1_basic.phpt7 * Description: Calculate the sha1 hash of a string
H A Dsha1_error.phpt8 * Description: Calculate the sha1 hash of a string
H A Dsha1_file.phpt7 * Description: Calculate the sha1 hash of a file
H A Dsha1_variation1.phpt7 * Description: Calculate the sha1 hash of a string
H A Dsha1_variation2.phpt7 * Description: Calculate the sha1 hash of a string
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
H A Dmd5_error.phpt6 * Description: Calculate the md5 hash of a string
H A Dmd5_file.phpt7 * Description: Calculate the MD5 hash of a given file
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_hash.phpt9 $hash = password_hash("foo", PASSWORD_BCRYPT);
11 var_dump($hash === crypt("foo", $hash));
/PHP-5.5/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.
H A Dezmlm_hash_error.phpt6 * Description: Calculate the hash value needed by EZMLM.
/PHP-5.5/ext/standard/tests/file/
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 Dfwrite_variation1-win32.phpt73 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_variation1.phpt72 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfread_basic.phpt58 hash using md5() function
69 var_dump( md5($data_from_file) ); // calculate the hash and dump it
81 var_dump( md5($data_from_file) ); // calculate the hash and dump it
93 var_dump( md5($data_from_file) ); // calculate the hash and dump it

Completed in 55 milliseconds

1234567