Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c80 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime()
96 int mime = ms->flags & MAGIC_MIME; in file_fsmagic() local
129 if (!mime) { in file_fsmagic()
160 if (mime) { in file_fsmagic()
189 if (mime) { in file_fsmagic()
190 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
198 if (mime) { in file_fsmagic()
199 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
218 if (mime) { in file_fsmagic()
219 if (handle_mime(ms, mime, "socket") == -1) in file_fsmagic()
[all …]
H A Dfuncs.c165 int mime = ms->flags & MAGIC_MIME; in file_buffer() local
176 if ((!mime || (mime & MAGIC_MIME_TYPE)) && in file_buffer()
177 file_printf(ms, mime ? "application/x-empty" : in file_buffer()
182 if ((!mime || (mime & MAGIC_MIME_TYPE)) && in file_buffer()
183 file_printf(ms, mime ? "application/octet-stream" : in file_buffer()
288 if ((!mime || (mime & MAGIC_MIME_TYPE)) && in file_buffer()
289 file_printf(ms, mime ? "application/octet-stream" : "data") == -1) { in file_buffer()
H A Dcompress.c108 int mime = ms->flags & MAGIC_MIME; in file_zmagic() local
127 if (mime == MAGIC_MIME || mime == 0) { in file_zmagic()
128 if (file_printf(ms, mime ? in file_zmagic()
133 if ((mime == 0 || mime & MAGIC_MIME_ENCODING) && in file_zmagic()
137 if (!mime && file_printf(ms, ")") == -1) in file_zmagic()
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()
/PHP-5.5/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 Dbug13213.phpt21 ["mime"]=>
H A Dgetimagesize_swc.phpt23 ["mime"]=>
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int
16 …eption 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS …
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int
16 …rException' with message '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-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int [cache_list]
17 …eption 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS …
H A Dfrontcontroller13.phpt2 Phar front controller mime type not string/int [cache_list]
17 …rException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, …
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int tar-based
16 …eption 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS …
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int tar-based
16 …rException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, …
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller12.phar.phpt2 Phar front controller mime type unknown int zip-based
17 …eption 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS …
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int zip-based
17 …rException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, …
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch21 !:mime text/x-awk
23 !:mime text/x-awk
46 !:mime text/x-awk
48 !:mime text/x-awk
72 !:mime text/x-awk
74 !:mime text/x-awk
/PHP-5.5/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() TSRMLS_CC, "s|ss", &fname, &fname_len, &mime, &mime_len,… in curlfile_ctor()
46 if (mime) { in curlfile_ctor()
47 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, mime TSRMLS_CC); in curlfile_ctor()
/PHP-5.5/ext/curl/tests/
H A Dcurl_file_upload.phpt8 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-5.5/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/"
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic345 !:mime image/jp2
348 !:mime video/mp4
351 !:mime video/mp4
353 !:mime video/mp4
357 !:mime image/jp2
359 !:mime video/3gpp
361 !:mime video/3gpp
363 !:mime video/3gpp
372 !:mime video/mp4
376 !:mime audio/mp4
[all …]

Completed in 138 milliseconds

1234