Home
last modified time | relevance | path

Searched refs:encode_unicode (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/exif/tests/
H A Dexif004.phpt14 exif.encode_unicode=ISO-8859-1
H A Dexif003.phpt13 exif.encode_unicode=ISO-8859-15
/PHP-7.4/ext/exif/
H A Dexif.c130 char * encode_unicode;
180 …ncode_unicode", "ISO-8859-15", PHP_INI_ALL, OnUpdateEncode, encode_unicode, zend_exif_…
196 exif_globals->encode_unicode = NULL; in PHP_INI_END()
2006 char *encode_unicode; member
3076 to = zend_multibyte_fetch_encoding(ImageInfo->encode_unicode); in exif_process_user_comment()
3144 zend_multibyte_fetch_encoding(ImageInfo->encode_unicode), in exif_process_unicode()
4396 EFREE_IF(ImageInfo->encode_unicode); in exif_discard_imageinfo()
4463 ImageInfo->encode_unicode = estrdup(EXIF_G(encode_unicode)); in exif_read_from_impl()
/PHP-7.4/
H A Dphp.ini-development1711 ;exif.encode_unicode = ISO-8859-15
H A Dphp.ini-production1711 ;exif.encode_unicode = ISO-8859-15

Completed in 34 milliseconds