Searched refs:hashes (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/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-7.3/ext/mysqli/tests/ |
H A D | mysqli_get_connection_stats.phpt | 44 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 D | html_table_gen.php | 740 $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 D | bug70312.phpt | 2 Bug #70312 HAVAL gives wrong hashes in specific cases
|
/PHP-7.3/ext/pgsql/ |
H A D | php_pgsql.h | 320 HashTable hashes; /* hashes for each connection */ variable
|
H A D | pgsql.c | 948 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 D | count_recursive.phpt | 20 print "-- Testing hashes --\n"; 142 -- Testing hashes --
|
/PHP-7.3/ |
H A D | UPGRADING | 258 both Argon2i and Argon2id hashes in the password_hash(), password_verify(),
|
Completed in 51 milliseconds