Home
last modified time | relevance | path

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

/PHP-8.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-8.1/ext/hash/tests/
H A Dmurmurhash3_seed.phpt8 hash_update($ctx, " hashes");
16 $h0 = hash("murmur3f", "Two hashes meet in a bar.", options: ["seed" => 42]);
21 hash_update($ctx, " hashes");
29 $h0 = hash("murmur3c", "Two hashes meet in a bar.", options: ["seed" => 106]);
34 hash_update($ctx, " hashes");
42 $h0 = hash("murmur3a", "Two hashes meet in a bar.", options: ["seed" => 2345]);
H A Dmurmurhash3.phpt9 $h = hash("murmur3c", "Two hashes meet in a bar", false);
14 $h = hash("murmur3f", "Two hashes meet in a bar", false);
H A Dbug70312.phpt2 Bug #70312 (HAVAL gives wrong hashes in specific cases)
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt37 printf("[005] The hashes should be identical except of the memory related fields\n");
52 printf("[007] The hashes should be identical except of the memory related fields\n");
68 printf("[010] The hashes should not be identical\n");
/PHP-8.1/ext/standard/html_tables/
H A Dhtml_table_gen.php737 $hashes = array(); variable
739 $hashes[hashfun($e[0]) & $mask][] = $e;
751 if (empty($hashes[$i]))
754 foreach ($hashes[$i] as $h) {
774 if (empty($hashes[$i]))
/PHP-8.1/ext/sodium/tests/
H A Dphp_password_verify.phpt11 // Depending on library version, libsodium may provide argon2i or argon2id hashes.
/PHP-8.1/ext/standard/tests/array/
H A Dcount_recursive.phpt12 print "-- Testing hashes --\n";
96 -- Testing hashes --
/PHP-8.1/.github/workflows/
H A Dnightly.yml20 # the correct commit hashes.

Completed in 36 milliseconds