safe_estrdup 3895 ext/exif/exif.c ImageInfo->encode_unicode = safe_estrdup(EXIF_G(encode_unicode));
safe_estrdup 3896 ext/exif/exif.c ImageInfo->decode_unicode_be = safe_estrdup(EXIF_G(decode_unicode_be));
safe_estrdup 3897 ext/exif/exif.c ImageInfo->decode_unicode_le = safe_estrdup(EXIF_G(decode_unicode_le));
safe_estrdup 3898 ext/exif/exif.c ImageInfo->encode_jis = safe_estrdup(EXIF_G(encode_jis));
safe_estrdup 3899 ext/exif/exif.c ImageInfo->decode_jis_be = safe_estrdup(EXIF_G(decode_jis_be));
safe_estrdup 3900 ext/exif/exif.c ImageInfo->decode_jis_le = safe_estrdup(EXIF_G(decode_jis_le));
safe_estrdup 51 ext/mysqli/mysqli_warning.c w->reason = safe_estrdup(reason);
safe_estrdup 3334 ext/pgsql/pgsql.c pg_null_as = safe_estrdup("\\\\N");
safe_estrdup 3461 ext/pgsql/pgsql.c pg_null_as = safe_estrdup("\\\\N");
safe_estrdup 1463 ext/session/session.c RETVAL_STRING(safe_estrdup(PS(mod)->s_name), 0);