Home
last modified time | relevance | path

Searched refs:hash_algos (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/hash/tests/
H A Dhash_algos.phpt2 Test hash_algos() function : basic functionality
8 /* Prototype : array hash_algos (void)
14 echo "*** Testing hash_algos() : basic functionality ***\n";
15 var_dump(hash_algos());
20 *** Testing hash_algos() : basic functionality ***
H A Dhash_copy_001.phpt8 $algos = hash_algos();
/PHP-5.5/ext/hash/
H A Dbench.php79 foreach (hash_algos() as $algo) {
H A Dphp_hash.h129 PHP_FUNCTION(hash_algos);
H A Dhash.c595 PHP_FUNCTION(hash_algos) in PHP_FUNCTION() argument
1202 PHP_FE(hash_algos, arginfo_hash_algos)
/PHP-5.5/
H A Dphp.ini-development1523 ; the hash extension. A list of available hashes is returned by the hash_algos()
H A Dphp.ini-production1523 ; the hash extension. A list of available hashes is returned by the hash_algos()

Completed in 39 milliseconds