php_md5_crypt_r   195 standard/crypt.c 			RETURN_STRING(php_md5_crypt_r(str, salt, output), 1);
php_md5_crypt_r    51 standard/php_crypt_r.h extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);