Home
last modified time | relevance | path

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

1234

/php-src/ext/phar/tests/zip/
H A Dfrontcontroller16.phar.phpt2 Phar front controller mime type override, Phar::PHP zip-based
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string zip-based
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS zip-based
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string [cache_list]
H A Dfrontcontroller15.phpt2 Phar front controller mime type override, Phar::PHPS [cache_list]
/php-src/ext/standard/tests/image/
H A Dbug13213.phpt22 ["mime"]=>
H A Dgetimagesize_tif_mm.phpt21 ["mime"]=>
H A Dbug72278.phpt24 ["mime"]=>
H A Dgetimagesize_variation4.phpt29 ["mime"]=>
H A Dgetimagesize_variation_005.phpt29 ["mime"]=>
H A Dgetimagesize_246x247.phpt39 ["mime"]=>
H A Dgetimagesize_384x385.phpt39 ["mime"]=>
H A Dbug75708.phpt57 ["mime"]=>
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c48 const char *mime; member
78 const char *mime; member
101 for (i = 0; cv[i].mime != NULL; i++) { in cdf_clsid_to_mime()
103 return cv[i].mime; in cdf_clsid_to_mime()
125 rv = nv[i].mime; in cdf_app_to_mime()
425 const char *mime; member
521 if (file_printf(ms, "application/%s", si->mime) == -1) in cdf_file_dir_info()
H A Dascmagic.c115 int mime = ms->flags & MAGIC_MIME; in file_ascmagic_with_encoding() local
213 if (mime) { in file_ascmagic_with_encoding()
214 if ((mime & MAGIC_MIME_TYPE) != 0) { in file_ascmagic_with_encoding()
H A Dis_json.c427 int mime = ms->flags & MAGIC_MIME; in file_is_json() local
439 if (mime == MAGIC_MIME_ENCODING) in file_is_json()
441 if (mime) { in file_is_json()
H A Dcompress.c258 int mime = ms->flags & MAGIC_MIME; in format_decompression_error() local
260 if (!mime) in format_decompression_error()
279 int mime = ms->flags & MAGIC_MIME; in file_zmagic() local
332 if (mime != MAGIC_MIME && mime != 0) in file_zmagic()
335 mime ? " compressed-encoding=" : " (")) == -1) in file_zmagic()
356 if (!mime && file_printf(ms, ")") == -1) in file_zmagic()
/php-src/ext/phar/tests/
H A Dfrontcontroller15.phpt2 Phar front controller mime type override, Phar::PHPS
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS tar-based
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt2 finfo_file(): Testing mime types
/php-src/ext/curl/
H A Dcurl_file_arginfo.h28 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mime, IS_STRING, 0, "\"application/octet-stream\"")
/php-src/ext/fileinfo/
H A Dlibmagic.patch1600 - else if (!mime) {
1686 - if (mime) {
1704 - if (mime) {
1723 + if (mime) {
1750 - if (mime) {
1793 - if (mime) {
1831 - if (mime) {
1832 - if (handle_mime(ms, mime,
1864 - if (mime) {
2822 return cv[i].mime;
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt53 …if (str_contains($content, 'Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name=…
H A Dopenssl_cms_encrypt_basic.phpt52 …if (str_contains($content, 'Content-Type: application/x-pkcs7-mime; smime-type=enveloped-data; nam…
/php-src/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"

Completed in 50 milliseconds

1234