Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_list_modes.phpt2 mcrypt_list_modes
7 var_dump(mcrypt_list_modes());
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h45 PHP_FUNCTION(mcrypt_list_modes);
H A Dmcrypt.c252 PHP_FE(mcrypt_list_modes, arginfo_mcrypt_list_modes)
497 modules = mcrypt_list_modes(MCG(modes_dir), &count); in PHP_MINFO_FUNCTION()
1007 PHP_FUNCTION(mcrypt_list_modes) in PHP_FUNCTION() argument
1020 modules = mcrypt_list_modes(lib_dir, &count); in PHP_FUNCTION()

Completed in 11 milliseconds