Home
last modified time | relevance | path

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

/PHP-7.1/Zend/tests/
H A Darray_hash_zero.phpt2 Accept hashes being equal to zero
6 $hashes = [
11 foreach ($hashes as $hash => $bits) {
12 var_dump($hashes[$hash], $bits);
/PHP-7.1/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-7.1/ext/standard/html_tables/
H A Dhtml_table_gen.php742 $hashes = array(); variable
744 $hashes[hashfun($e[0]) & $mask][] = $e;
756 if (empty($hashes[$i]))
759 foreach ($hashes[$i] as $h) {
779 if (empty($hashes[$i]))
/PHP-7.1/ext/hash/tests/
H A Dbug70312.phpt2 Bug #70312 HAVAL gives wrong hashes in specific cases
/PHP-7.1/ext/standard/tests/array/
H A Dcount_recursive.phpt22 print "-- Testing hashes --\n";
140 -- Testing hashes --
/PHP-7.1/
H A DNEWS3818 . Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee

Completed in 26 milliseconds