Home
last modified time | relevance | path

Searched refs:mcrypt_list_algorithms (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_list_algorithms.phpt2 mcrypt_list_algorithms
7 foreach (mcrypt_list_algorithms() as $algo) {
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h44 PHP_FUNCTION(mcrypt_list_algorithms);
H A Dmcrypt.c251 PHP_FE(mcrypt_list_algorithms, arginfo_mcrypt_list_algorithms)
486 modules = mcrypt_list_algorithms(MCG(algorithms_dir), &count); in PHP_MINFO_FUNCTION()
980 PHP_FUNCTION(mcrypt_list_algorithms) in PHP_FUNCTION() argument
993 modules = mcrypt_list_algorithms(lib_dir, &count); in PHP_FUNCTION()

Completed in 31 milliseconds