Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/exif/
H A Dexif.c132 char * encode_unicode;
181 …ncode_unicode", "ISO-8859-15", PHP_INI_ALL, OnUpdateEncode, encode_unicode, zend_exif_…
197 exif_globals->encode_unicode = NULL; in PHP_INI_END()
1924 char *encode_unicode; member
3039 to = zend_multibyte_fetch_encoding(ImageInfo->encode_unicode); in exif_process_user_comment()
3107 zend_multibyte_fetch_encoding(ImageInfo->encode_unicode), in exif_process_unicode()
4360 EFREE_IF(ImageInfo->encode_unicode); in exif_discard_imageinfo()
4427 ImageInfo->encode_unicode = estrdup(EXIF_G(encode_unicode)); in exif_read_from_impl()
/PHP-7.3/
H A Dphp.ini-development1729 ;exif.encode_unicode = ISO-8859-15
H A Dphp.ini-production1731 ;exif.encode_unicode = ISO-8859-15

Completed in 25 milliseconds