Home
last modified time | relevance | path

Searched refs:md5 (Results 101 – 114 of 114) sorted by last modified time

12345

/php-src/ext/hash/tests/
H A Dhash_update_file.phpt10 $ctx = hash_init('md5');
H A Dhash_update_stream.phpt11 $ctx = hash_init('md5');
H A Dhash_update_stream_basic_001.phpt22 $ctx = hash_init('md5');
H A Dhmac-md5.phpt2 Hash: hmac-md5 algorithm
6 $ctx = hash_init('md5',HASH_HMAC,str_repeat(chr(0x0b), 16));
10 $ctx = hash_init('md5',HASH_HMAC,'Jefe');
14 echo hash_hmac('md5', str_repeat(chr(0xDD), 50), str_repeat(chr(0xAA), 16)) . "\n";
H A Dmd5.phpt2 Hash: md5 algorithm
5 echo hash('md5', '') . "\n";
6 echo hash('md5', 'a') . "\n";
7 echo hash('md5', '012345678901234567890123456789012345678901234567890123456789') . "\n";
8 echo hash('md5', str_repeat('a', 1000000)) . "\n";
H A Dbug81714.phpt5 $h = hash_init('md5');
14 string(52) "HashContext for algorithm "md5" cannot be serialized"
/php-src/ext/gd/tests/
H A Dimagebmp_basic.phpt17 // write the md5 hash of its BMP representation
20 echo md5(ob_get_clean());
/php-src/ext/exif/tests/
H A Dexif002.phpt19 echo md5($thumb).'_'.strlen($thumb);
/php-src/ext/dba/tests/
H A Ddba_cdb_make.phpt17 // print md5 checksum of test.cdb which is generated by cdb_make program
29 // write md5 checksum of generated database file
H A Dbug38698.phpt26 // write md5 checksum of generated database file
/php-src/ext/curl/tests/
H A Dcurl_string_file_upload.phpt27 var_dump(md5($data));
39 var_dump(md5($file->data));
/php-src/Zend/tests/
H A Dbug69905.phpt5 md5(0)[]--;
H A Dbug54358.phpt13 $asserter->call($function = 'md5');
37 string(3) "md5"
38 string(3) "md5"
39 string(3) "md5"
H A Dbug43450.phpt22 md5($foo);

Completed in 29 milliseconds

12345