Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt36 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-8.0/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.0/ext/hash/tests/
H A Dbug70312.phpt2 Bug #70312 (HAVAL gives wrong hashes in specific cases)
/PHP-8.0/ext/sodium/tests/
H A Dphp_password_verify.phpt9 // Depending on library version, libsodium may provide argon2i or argon2id hashes.
/PHP-8.0/ext/standard/tests/array/
H A Dcount_recursive.phpt12 print "-- Testing hashes --\n";
96 -- Testing hashes --
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h286 HashTable hashes; /* hashes for each connection */ variable
H A Dpgsql.c186 hash = zend_hash_index_find(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
188 zend_hash_index_del(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link()
328 zend_hash_init(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1); in PHP_INI_END()
470 zend_hash_destroy(&PGG(hashes)); in PHP_MSHUTDOWN_FUNCTION()
490 zend_hash_clean(&PGG(hashes)); in PHP_RSHUTDOWN_FUNCTION()
672 zend_hash_index_update(&PGG(hashes), (uintptr_t) pgsql, &tmp); in php_pgsql_do_connect()
/PHP-8.0/.github/workflows/
H A Dnightly.yml19 # the correct commit hashes.

Completed in 40 milliseconds