Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 8 of 8) sorted by relevance

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt44 printf("[005] The hashes should be identical except of the memory related fields\n");
59 printf("[007] The hashes should be identical except of the memory related fields\n");
75 printf("[010] The hashes should not be identical\n");
/PHP-5.4/ext/standard/html_tables/
H A Dhtml_table_gen.php740 $hashes = array(); variable
742 $hashes[hashfun($e[0]) & $mask][] = $e;
754 if (empty($hashes[$i]))
757 foreach ($hashes[$i] as $h) {
777 if (empty($hashes[$i]))
/PHP-5.4/ext/hash/tests/
H A Dbug70312.phpt2 Bug #70312 HAVAL gives wrong hashes in specific cases
/PHP-5.4/ext/standard/tests/array/
H A Dcount_recursive.phpt22 print "-- Testing hashes --\n";
140 -- Testing hashes --
/PHP-5.4/
H A DUPGRADING315 now supports hashes marked $2a$, $2x$ and $2y$.
H A Dphp.ini-development1514 ; the hash extension. A list of available hashes is returned by the hash_algos()
H A Dphp.ini-production1514 ; the hash extension. A list of available hashes is returned by the hash_algos()
H A DNEWS17 . Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee

Completed in 38 milliseconds