Home
last modified time | relevance | path

Searched refs:mime (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_variation4.phpt33 ["mime"]=>
H A Dgetimagesize_wbmp.phpt34 ["mime"]=>
H A Dgetimagesize_xbm.phpt34 ["mime"]=>
H A Dgetimagesize_tif_mm.phpt34 ["mime"]=>
H A Dgetimagesize_variation_005.phpt33 ["mime"]=>
/PHP-7.0/ext/phar/tests/zip/
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS zip-based
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string zip-based
/PHP-7.0/ext/phar/tests/cache_list/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string [cache_list]
/PHP-7.0/ext/phar/tests/tar/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string tar-based
/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt2 finfo_file(): Testing mime types
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfuncs.c168 int mime = ms->flags & MAGIC_MIME; in file_buffer() local
273 if ((!mime || (mime & MAGIC_MIME_TYPE)) && in file_buffer()
274 file_printf(ms, "%s", mime ? type : def) == -1) { in file_buffer()
H A Dapprentice.c173 DECLARE_FIELD(mime),
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1662 - else if (!mime) {
1783 if (!mime) {
1789 - if (mime) {
1806 - if (mime) {
1824 + if (mime) {
1851 - if (mime) {
1893 - if (mime) {
1921 - if (mime) {
1951 - if (mime) {
1971 - if (mime) {
[all …]
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja304 mime: UTF-8
309 mime: US-ASCII
314 mime: EUC-JP
319 mime: Shift_JIS
324 mime: ISO-2022-JP
329 mime: N/A
334 mime: N/A
339 mime: N/A
344 mime: N/A
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_headers_variation1.phpt11 * Description: Decodes multiple mime header fields
H A Diconv_mime_decode_headers.phpt85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
H A Diconv_mime_decode_variation2.phpt12 * Description: Decodes a mime header field
H A Diconv_mime_decode_variation3.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_headers_variation2.phpt12 * Description: Decodes multiple mime header fields
H A Diconv_mime_decode_headers_variation3.phpt12 * Description: Decodes multiple mime header fields
/PHP-7.0/ext/phar/
H A Dphar.c3380 phar_mime_type mime; local
3388 mime.mime = mimetype; \
3389 mime.len = sizeof((mimetype))+1; \
3390 mime.type = ret; \
3391 …zend_hash_str_add_mem(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof…
H A Dphar_internal.h456 char *mime; member
H A Dphar_object.c42 phar_mime_type *mime; in phar_file_type() local
50 if (NULL == (mime = zend_hash_str_find_ptr(mimes, ext, strlen(ext)))) { in phar_file_type()
54 *mime_type = mime->mime; in phar_file_type()
55 return mime->type; in phar_file_type()
/PHP-7.0/win32/
H A Dinstall.txt189 | |-mime.magic
714 * In the Netscape Enterprise Administration Server create a new mime
735 * In the Netscape Enterprise Administration Server create a new mime
739 and add the following: You should place the lines after mime types
1015 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)

Completed in 69 milliseconds

1234