Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt.c67 #if PHP_STD_DES_CRYPT
97 #undef PHP_STD_DES_CRYPT
98 #define PHP_STD_DES_CRYPT 1 macro
112 REGISTER_LONG_CONSTANT("CRYPT_STD_DES", PHP_STD_DES_CRYPT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
317 #elif PHP_STD_DES_CRYPT in PHP_FUNCTION()
H A Dconfig.m4281 AC_DEFINE_UNQUOTED(PHP_STD_DES_CRYPT, 1, [Whether the system supports standard DES salt]) definition
297 AC_DEFINE_UNQUOTED(PHP_STD_DES_CRYPT, $ac_result, [Whether the system supports standard DES salt]) definition
/PHP-7.0/win32/build/
H A Dconfig.w32.h.in27 #define PHP_STD_DES_CRYPT 1 macro

Completed in 11 milliseconds