MD5_MAGIC 153 ext/standard/php_crypt_r.c if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) { MD5_MAGIC 220 ext/standard/php_crypt_r.c memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN); MD5_MAGIC 335 ext/standard/php_crypt_r.c if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) MD5_MAGIC 351 ext/standard/php_crypt_r.c PHP_MD5Update(&ctx, (const unsigned char *)MD5_MAGIC, MD5_MAGIC_LEN); MD5_MAGIC 377 ext/standard/php_crypt_r.c memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN);