Searched refs:hashes (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/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.2/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.2/ext/standard/html_tables/ |
H A D | html_table_gen.php | 742 $hashes = array(); variable 744 $hashes[hashfun($e[0]) & $mask][] = $e; 756 if (empty($hashes[$i])) 759 foreach ($hashes[$i] as $h) { 779 if (empty($hashes[$i]))
|
/PHP-7.2/ext/hash/tests/ |
H A D | bug70312.phpt | 2 Bug #70312 HAVAL gives wrong hashes in specific cases
|
/PHP-7.2/ |
H A D | UPGRADING | 53 HASH_HMAC) functions no longer accept non-cryptographic hashes. 155 …. Simplified password hashing API updated to support Argon2i hashes when PHP is compiled with liba… 225 . password_hash() can generate Argon2i hashes when the algorithm is set to PASSWORD_ARGON2I. 229 . password_verify() can verify Argon2i hashes. 230 . password_get_info() and password_needs_rehash() can accept Argon2i hashes.
|
/PHP-7.2/ext/pgsql/ |
H A D | php_pgsql.h | 322 HashTable hashes; /* hashes for each connection */ variable
|
H A D | pgsql.c | 951 hash = zend_hash_index_find(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link() 953 zend_hash_index_del(&PGG(hashes), (uintptr_t) link); in _close_pgsql_link() 1110 zend_hash_init_ex(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END() 1227 zend_hash_destroy(&PGG(hashes)); in PHP_MSHUTDOWN_FUNCTION() 1249 zend_hash_clean(&PGG(hashes)); in PHP_RSHUTDOWN_FUNCTION() 1503 zend_hash_index_update(&PGG(hashes), (uintptr_t) pgsql, &tmp);
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | count_recursive.phpt | 22 print "-- Testing hashes --\n"; 144 -- Testing hashes --
|
Completed in 25 milliseconds