Searched refs:hash_algos (Results 1 – 7 of 7) sorted by relevance
2 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 ***
8 $algos = hash_algos();
79 foreach (hash_algos() as $algo) {
137 PHP_FUNCTION(hash_algos);
595 PHP_FUNCTION(hash_algos) in PHP_FUNCTION() argument1250 PHP_FE(hash_algos, arginfo_hash_algos)
1581 ; the hash extension. A list of available hashes is returned by the hash_algos()
Completed in 26 milliseconds