Home
last modified time | relevance | path

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

1234

/PHP-5.6/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-5.6/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-5.6/ext/phar/tests/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string
/PHP-5.6/ext/phar/tests/cache_list/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string [cache_list]
/PHP-5.6/ext/phar/tests/tar/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string tar-based
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt2 finfo_file(): Testing mime types
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c168 int mime = ms->flags & MAGIC_MIME; in file_buffer() local
287 if ((!mime || (mime & MAGIC_MIME_TYPE)) && in file_buffer()
288 file_printf(ms, "%s", mime ? type : def) == -1) { in file_buffer()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch1517 - else if (!mime) {
1617 - if (mime) {
1634 - if (mime) {
1652 + if (mime) {
1679 - if (mime) {
1721 - if (mime) {
1749 - if (mime) {
1779 - if (mime) {
1799 - if (mime) {
1805 + if (mime) {
[all …]
/PHP-5.6/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-5.6/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.phpt11 * 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.phpt11 * Description: Decodes multiple mime header fields
H A Diconv_mime_decode_headers_variation3.phpt11 * Description: Decodes multiple mime header fields
/PHP-5.6/sapi/nsapi/
H A Dnsapi-readme.txt21 Add the following line to mime.types (you can do that by the administration server):
26 Place the following two lines after mime.types init in
/PHP-5.6/ext/phar/
H A Dphar.c3405 phar_mime_type mime; local
3413 mime.mime = mimetype; \
3414 mime.len = sizeof((mimetype))+1; \
3415 mime.type = ret; \
3416 …zend_hash_add(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof(phar_mi…
H A Dphar_internal.h460 char *mime; member
H A Dphar_object.c42 phar_mime_type *mime; in phar_file_type() local
50 if (SUCCESS != zend_hash_find(mimes, ext, strlen(ext), (void **) &mime)) { in phar_file_type()
54 *mime_type = mime->mime; in phar_file_type()
55 return mime->type; in phar_file_type()

Completed in 93 milliseconds

1234