Home
last modified time | relevance | path

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

/PHP-7.4/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.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-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php741 $hashes = array(); variable
743 $hashes[hashfun($e[0]) & $mask][] = $e;
755 if (empty($hashes[$i]))
758 foreach ($hashes[$i] as $h) {
778 if (empty($hashes[$i]))
/PHP-7.4/ext/hash/tests/
H A Dbug70312.phpt2 Bug #70312 (HAVAL gives wrong hashes in specific cases)
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_verify.phpt9 // Depending on library version, libsodium may provide argon2i or argon2id hashes.
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h319 HashTable hashes; /* hashes for each connection */ variable
H A Dpgsql.c942 hash = zend_hash_index_find(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
944 zend_hash_index_del(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
1100 zend_hash_init_ex(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()
1235 zend_hash_destroy(&PGG(hashes)); in PHP_MSHUTDOWN_FUNCTION()
1257 zend_hash_clean(&PGG(hashes)); in PHP_RSHUTDOWN_FUNCTION()
1510 zend_hash_index_update(&PGG(hashes), (uintptr_t) pgsql, &tmp);
/PHP-7.4/ext/standard/tests/array/
H A Dcount_recursive.phpt20 print "-- Testing hashes --\n";
142 -- Testing hashes --

Completed in 45 milliseconds