Searched refs:hashes (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/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-8.0/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-8.0/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-8.0/ext/hash/tests/ |
H A D | bug70312.phpt | 2 Bug #70312 (HAVAL gives wrong hashes in specific cases)
|
/PHP-8.0/ext/sodium/tests/ |
H A D | php_password_verify.phpt | 9 // Depending on library version, libsodium may provide argon2i or argon2id hashes.
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | count_recursive.phpt | 12 print "-- Testing hashes --\n"; 96 -- Testing hashes --
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 286 HashTable hashes; /* hashes for each connection */ variable
|
H A D | pgsql.c | 186 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 D | nightly.yml | 19 # the correct commit hashes.
|
Completed in 22 milliseconds