Searched refs:hashes (Results 1 – 10 of 10) sorted by relevance
/php-src/Zend/tests/ |
H A D | array_hash_zero.phpt | 2 Accept hashes being equal to zero 6 $hashes = [ 11 foreach ($hashes as $hash => $bits) { 12 var_dump($hashes[$hash], $bits);
|
/php-src/ext/hash/tests/ |
H A D | murmurhash3_seed.phpt | 8 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 D | murmurhash3.phpt | 9 $h = hash("murmur3c", "Two hashes meet in a bar", false); 14 $h = hash("murmur3f", "Two hashes meet in a bar", false);
|
H A D | bug70312.phpt | 2 Bug #70312 (HAVAL gives wrong hashes in specific cases)
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_get_connection_stats.phpt | 36 printf("[005] The hashes should be identical except of the memory related fields\n"); 51 printf("[007] The hashes should be identical except of the memory related fields\n"); 67 printf("[010] The hashes should not be identical\n");
|
/php-src/ext/standard/html_tables/ |
H A D | html_table_gen.php | 737 $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-src/ext/sodium/tests/ |
H A D | php_password_verify.phpt | 11 // Depending on library version, libsodium may provide argon2i or argon2id hashes.
|
/php-src/ext/standard/tests/array/ |
H A D | count_recursive.phpt | 12 print "-- Testing hashes --\n"; 96 -- Testing hashes --
|
/php-src/.github/workflows/ |
H A D | root.yml | 20 # the correct commit hashes.
|
/php-src/docs/ |
H A D | release-process.md | 686 * Set the `sha256` array with the hashes for each of the release tarballs 735 sha256 hashes for the RC tarballs, but it's not necessary. For an example,
|
Completed in 25 milliseconds