Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_xbm.phpt28 ["mime"]=>
H A Dgetimagesize_wbmp.phpt28 ["mime"]=>
H A Dgetimagesize_246x247.phpt39 ["mime"]=>
H A Dgetimagesize_384x385.phpt39 ["mime"]=>
H A Dgetimagesize_tif_mm.phpt28 ["mime"]=>
H A Dgetimagesize_variation4.phpt33 ["mime"]=>
H A Dgetimagesize_variation_005.phpt33 ["mime"]=>
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller15.phpt2 Phar front controller mime type override, Phar::PHPS
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller15.phpt2 Phar front controller mime type override, Phar::PHPS [cache_list]
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS tar-based
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS zip-based
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c203 int mime = ms->flags & MAGIC_MIME; in format_decompression_error() local
205 if (!mime) in format_decompression_error()
224 int mime = ms->flags & MAGIC_MIME; in file_zmagic() local
275 if (mime != MAGIC_MIME && mime != 0) in file_zmagic()
278 mime ? " compressed-encoding=" : " (")) == -1) in file_zmagic()
298 if (!mime && file_printf(ms, ")") == -1) in file_zmagic()
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.c392 int mime = ms->flags & MAGIC_MIME; in file_is_json() local
403 if (mime == MAGIC_MIME_ENCODING) in file_is_json()
405 if (mime) { in file_is_json()
H A Dapprentice.c172 DECLARE_FIELD(mime),
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt2 finfo_file(): Testing mime types
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1956 - else if (!mime) {
2042 - if (mime) {
2060 - if (mime) {
2079 + if (mime) {
2106 - if (mime) {
2149 - if (mime) {
2187 - if (mime) {
2188 - if (handle_mime(ms, mime,
2220 - if (mime) {
3156 return cv[i].mime;
[all …]
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
/PHP-7.4/ext/curl/
H A Dinterface.c2161 curl_mime *mime = NULL; in build_mime_structure_from_hash() local
2178 mime = curl_mime_init(ch->cp); in build_mime_structure_from_hash()
2179 if (mime == NULL) { in build_mime_structure_from_hash()
2246 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
2280 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
2319 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash()
2320 error = curl_easy_setopt(ch->cp, CURLOPT_MIMEPOST, mime); in build_mime_structure_from_hash()
/PHP-7.4/ext/phar/
H A Dphar.c3363 phar_mime_type mime; in PHP_GINIT_FUNCTION() local
3374 mime.mime = mimetype; \ in PHP_GINIT_FUNCTION()
3375 mime.len = sizeof((mimetype))+1; \ in PHP_GINIT_FUNCTION()
3376 mime.type = ret; \ in PHP_GINIT_FUNCTION()
3377 …zend_hash_str_add_mem(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof… in PHP_GINIT_FUNCTION()
H A Dphar_internal.h438 char *mime; member
H A Dphar_object.c31 phar_mime_type *mime; in phar_file_type() local
39 if (NULL == (mime = zend_hash_str_find_ptr(mimes, ext, strlen(ext)))) { in phar_file_type()
43 *mime_type = mime->mime; in phar_file_type()
44 return mime->type; in phar_file_type()
/PHP-7.4/
H A DNEWS1433 . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).

Completed in 70 milliseconds

123