Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/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-7.3/ext/hash/tests/
H A Dbug70312.phpt2 Bug #70312 HAVAL gives wrong hashes in specific cases
/PHP-7.3/ext/pgsql/
H A Dphp_pgsql.h320 HashTable hashes; /* hashes for each connection */ variable
H A Dpgsql.c948 hash = zend_hash_index_find(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
950 zend_hash_index_del(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
1106 zend_hash_init_ex(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()
1241 zend_hash_destroy(&PGG(hashes)); in PHP_MSHUTDOWN_FUNCTION()
1263 zend_hash_clean(&PGG(hashes)); in PHP_RSHUTDOWN_FUNCTION()
1510 zend_hash_index_update(&PGG(hashes), (uintptr_t) pgsql, &tmp);
/PHP-7.3/ext/standard/tests/array/
H A Dcount_recursive.phpt20 print "-- Testing hashes --\n";
142 -- Testing hashes --
/PHP-7.3/
H A DUPGRADING258 both Argon2i and Argon2id hashes in the password_hash(), password_verify(),

Completed in 51 milliseconds