/PHP-7.0/sapi/cli/ |
H A D | generate_mime_type_map.php | 22 $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 D | fsmagic.c | 84 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 D | is_tar.c | 70 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 D | readcdf.c | 56 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 D | getimagesize.phpt | 39 ["mime"]=> 54 ["mime"]=> 69 ["mime"]=> 86 ["mime"]=> 103 ["mime"]=> 120 ["mime"]=> 137 ["mime"]=> 154 ["mime"]=> 169 ["mime"]=> 184 ["mime"]=> [all …]
|
H A D | getimagesize_basic.phpt | 66 ["mime"]=> 86 ["mime"]=> 106 ["mime"]=> 122 ["mime"]=> 140 ["mime"]=> 156 ["mime"]=> 176 ["mime"]=> 196 ["mime"]=> 214 ["mime"]=>
|
H A D | getimagesizefromstring1.phpt | 30 ["mime"]=> 46 ["mime"]=>
|
H A D | bug70052.phpt | 19 ["mime"]=>
|
/PHP-7.0/ext/phar/tests/ |
H A D | frontcontroller12.phpt | 2 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 D | frontcontroller13.phpt | 2 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 D | frontcontroller14.phpt | 2 Phar front controller mime type override, other
|
H A D | frontcontroller17.phpt | 2 Phar front controller mime type unknown
|
/PHP-7.0/ext/phar/tests/cache_list/ |
H A D | frontcontroller12.phpt | 2 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 D | frontcontroller13.phpt | 2 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 D | frontcontroller12.phar.phpt | 2 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 D | frontcontroller13.phar.phpt | 2 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 D | frontcontroller12.phar.phpt | 2 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 D | frontcontroller13.phar.phpt | 2 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 D | curl_file.c | 34 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 D | magicdata.patch | 21 !: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 D | curl_file_upload.phpt | 9 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 D | magic | 516 !: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 D | bug68731.phpt | 2 Bug #68731 finfo_buffer doesn't extract the correct mime with some gifs
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 1 …lns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/… 26 …mime:content type="text/xml" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http…
|
H A D | bug29061.wsdl | 6 ncoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|