/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 74 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime() 90 int mime = ms->flags & MAGIC_MIME; in file_fsmagic() local 123 if (!mime && !silent) { in file_fsmagic() 154 if (mime) { in file_fsmagic() 183 if (mime) { in file_fsmagic() 184 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic() 192 if (mime) { in file_fsmagic() 193 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic() 212 if (mime) { in file_fsmagic() 235 if (mime) { in file_fsmagic() [all …]
|
H A D | is_tar.c | 72 int mime = ms->flags & MAGIC_MIME; in file_is_tar() local 81 if (file_printf(ms, "%s", mime ? "application/x-tar" : in file_is_tar()
|
/PHP-7.3/sapi/cli/ |
H A D | generate_mime_type_map.php | 22 $mime = array_shift($fields); variable 24 $extensions[$extension] = $mime; 35 foreach($additional_mime_maps as $ext => $mime) { 37 $extensions[$ext] = $mime; 39 printf(STDERR, "Ignored exist mime type: $ext => $mime\n"); 74 <?php foreach ($extensions as $extension => $mime): ?> 75 …{ "<?= addcslashes($extension, "\0..\37!@\@\177..\377") ?>", "<?= addcslashes($mime, "\0..\37!@\@\…
|
/PHP-7.3/ext/standard/tests/image/ |
H A D | getimagesize.phpt | 39 ["mime"]=> 54 ["mime"]=> 69 ["mime"]=> 84 ["mime"]=> 101 ["mime"]=> 118 ["mime"]=> 135 ["mime"]=> 152 ["mime"]=> 167 ["mime"]=> 182 ["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.3/ext/fileinfo/ |
H A D | magicdata.patch | 13 !:mime text/x-c 16 !:mime text/x-c 21 !:mime text/x-c 26 !:mime text/x-c 29 !:mime text/x-c 32 !:mime text/x-c 35 !:mime text/x-c 38 !:mime text/x-c 41 !:mime text/x-c 44 !:mime text/x-c [all …]
|
/PHP-7.3/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, …
|
/PHP-7.3/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.3/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.3/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.3/ext/fileinfo/tests/ |
H A D | bug79756.phpt | 11 $mime = finfo_file($finfo, $filename); 13 echo $mime;
|
H A D | magic | 554 !:mime image/jp2 594 !:mime video/mp4 609 !:mime video/mp4 624 !:mime video/mp4 626 !:mime video/mp4 628 !:mime audio/mp4 630 !:mime audio/mp4 634 !:mime video/mp4 636 !:mime video/mp4 638 !:mime image/jp2 [all …]
|
H A D | magic私はガラスを食べられます | 554 !:mime image/jp2 594 !:mime video/mp4 609 !:mime video/mp4 624 !:mime video/mp4 626 !:mime video/mp4 628 !:mime audio/mp4 630 !:mime audio/mp4 634 !:mime video/mp4 636 !:mime video/mp4 638 !: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.3/ext/curl/ |
H A D | curl_file.c | 32 zend_string *fname, *mime = NULL, *postname = NULL; in curlfile_ctor() local 38 Z_PARAM_STR(mime) in curlfile_ctor() 44 if (mime) { in curlfile_ctor() 45 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, ZSTR_VAL(mime)); in curlfile_ctor()
|
/PHP-7.3/ext/curl/tests/ |
H A D | curl_file_upload.phpt | 8 function testcurl($ch, $name, $mime = '', $postname = '') 11 $file = new CurlFile($name, $mime, $postname); 12 } else if(!empty($mime)) { 13 $file = new CurlFile($name, $mime);
|
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug29061.wsdl | 6 ncoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|
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…
|
/PHP-7.3/tests/basic/ |
H A D | rfc1867_garbled_mime_headers.phpt | 2 rfc1867 garbled mime headers
|