Home
last modified time | relevance | path

Searched refs:mime (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-7.0/sapi/cli/
H A Dgenerate_mime_type_map.php22 $mime = array_shift($fields); variable
24 $extensions[$extension] = $mime;
34 foreach($additional_mime_maps as $ext => $mime) {
36 $extensions[$ext] = $mime;
38 printf(STDERR, "Ignored exist mime type: $ext => $mime\n");
73 <?php foreach ($extensions as $extension => $mime): ?>
74 …{ "<?= addcslashes($extension, "\0..\37!@\@\177..\377") ?>", "<?= addcslashes($mime, "\0..\37!@\@\…
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfsmagic.c84 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime()
100 int mime = ms->flags & MAGIC_MIME; in file_fsmagic() local
132 if (!mime) { in file_fsmagic()
163 if (mime) { in file_fsmagic()
192 if (mime) { in file_fsmagic()
193 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
201 if (mime) { in file_fsmagic()
202 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
221 if (mime) { in file_fsmagic()
222 if (handle_mime(ms, mime, "socket") == -1) in file_fsmagic()
[all …]
H A Dis_tar.c70 int mime = ms->flags & MAGIC_MIME; in file_is_tar() local
79 if (file_printf(ms, "%s", mime ? "application/x-tar" : in file_is_tar()
H A Dreadcdf.c56 const char *mime; member
86 const char *mime; member
109 for (i = 0; cv[i].mime != NULL; i++) { in cdf_clsid_to_mime()
111 return cv[i].mime; in cdf_clsid_to_mime()
125 rv = nv[i].mime; in cdf_app_to_mime()
376 const char *mime; member
432 si->mime) == -1) in cdf_file_dir_info()
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize.phpt39 ["mime"]=>
54 ["mime"]=>
69 ["mime"]=>
86 ["mime"]=>
103 ["mime"]=>
120 ["mime"]=>
137 ["mime"]=>
154 ["mime"]=>
169 ["mime"]=>
184 ["mime"]=>
[all …]
H A Dgetimagesize_basic.phpt66 ["mime"]=>
86 ["mime"]=>
106 ["mime"]=>
122 ["mime"]=>
140 ["mime"]=>
156 ["mime"]=>
176 ["mime"]=>
196 ["mime"]=>
214 ["mime"]=>
H A Dgetimagesizefromstring1.phpt30 ["mime"]=>
46 ["mime"]=>
H A Dbug70052.phpt19 ["mime"]=>
/PHP-7.0/ext/phar/tests/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int
16 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
16 …: 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
H A Dfrontcontroller17.phpt2 Phar front controller mime type unknown
/PHP-7.0/ext/phar/tests/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, …
/PHP-7.0/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int tar-based
16 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int tar-based
16 …: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, …
/PHP-7.0/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int zip-based
17 Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS a…
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int zip-based
17 …: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, …
/PHP-7.0/ext/curl/
H A Dcurl_file.c34 char *fname = NULL, *mime = NULL, *postname = NULL; in curlfile_ctor() local
38 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|ss", &fname, &fname_len, &mime, &mime_len, &postname… in curlfile_ctor()
46 if (mime) { in curlfile_ctor()
47 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, mime); in curlfile_ctor()
/PHP-7.0/ext/fileinfo/
H A Dmagicdata.patch21 !:mime text/x-awk
23 !:mime text/x-awk
47 !:mime text/x-awk
49 !:mime text/x-awk
126 -!:mime application/x-ima
130 +#!:mime application/x-ima
137 -!:mime application/x-ima
142 -!:mime application/x-ima
144 +#!:mime application/x-ima
149 +#!:mime application/x-ima
[all …]
/PHP-7.0/ext/curl/tests/
H A Dcurl_file_upload.phpt9 function testcurl($ch, $name, $mime = '', $postname = '')
12 $file = new CurlFile($name, $mime, $postname);
13 } else if(!empty($mime)) {
14 $file = new CurlFile($name, $mime);
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic516 !:mime image/jp2
547 !:mime video/mp4
575 !:mime video/mp4
577 !:mime video/mp4
579 !:mime audio/mp4
581 !:mime audio/mp4
585 !:mime video/mp4
587 !:mime video/mp4
589 !:mime image/jp2
591 !:mime image/jp2
[all …]
H A Dbug68731.phpt2 Bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug40609.wsdl1 …lns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/…
26mime:content type="text/xml" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http…
H A Dbug29061.wsdl6 ncoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"

Completed in 81 milliseconds

1234