Home
last modified time | relevance | path

Searched refs:mime (Results 51 – 73 of 73) sorted by last modified time

123

/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller16.phpt2 Phar front controller mime type override, Phar::PHP
H A Dfrontcontroller17.phpt2 Phar front controller mime type unknown
H A Dfrontcontroller26.phpt2 Phar front controller with unknown extension mime type
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string [cache_list]
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int [cache_list]
17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int [cache_list]
17 …: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, …
H A Dfrontcontroller14.phpt2 Phar front controller mime type override, other [cache_list]
H A Dfrontcontroller15.phpt2 Phar front controller mime type override, Phar::PHPS [cache_list]
H A Dfrontcontroller16.phpt2 Phar front controller mime type override, Phar::PHP [cache_list]
H A Dfrontcontroller17.phpt2 Phar front controller mime type unknown [cache_list]
H A Dfrontcontroller26.phpt2 Phar front controller with unknown extension mime type [cache_list]
/PHP-7.4/ext/phar/
H A Dphar_internal.h438 char *mime; member
/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます608 !:mime image/jp2
648 !:mime video/mp4
663 !:mime video/mp4
678 !:mime video/mp4
680 !:mime video/mp4
682 !:mime audio/mp4
684 !:mime audio/mp4
688 !:mime video/mp4
690 !:mime video/mp4
692 !:mime image/jp2
[all …]
H A Dbug68731.phpt2 Bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
H A Dfinfo_file_002.phpt2 finfo_file(): Testing mime types
H A Dmagic608 !:mime image/jp2
648 !:mime video/mp4
663 !:mime video/mp4
678 !:mime video/mp4
680 !:mime video/mp4
682 !:mime audio/mp4
684 !:mime audio/mp4
688 !:mime video/mp4
690 !:mime video/mp4
692 !:mime image/jp2
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_tar.c72 int mime = ms->flags & MAGIC_MIME; in file_is_tar() local
81 if (mime == MAGIC_MIME_ENCODING) in file_is_tar()
84 if (file_printf(ms, "%s", mime ? "application/x-tar" : in file_is_tar()
H A Dfsmagic.c77 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime()
93 int mime = ms->flags & MAGIC_MIME; in file_fsmagic() local
114 if (!mime && !silent) { in file_fsmagic()
145 if (mime) { in file_fsmagic()
174 if (mime) { in file_fsmagic()
175 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
184 if (mime) { in file_fsmagic()
185 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
205 if (mime) { in file_fsmagic()
228 if (mime) { in file_fsmagic()
[all …]
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),
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 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()

Completed in 197 milliseconds

123