Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/fileinfo/libmagic/
H A Dfsmagic.c80 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime()
95 int mime = ms->flags & MAGIC_MIME; in file_fsmagic() local
125 if (!mime) { in file_fsmagic()
155 if (mime) { in file_fsmagic()
184 if (mime) { in file_fsmagic()
185 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
193 if (mime) { in file_fsmagic()
194 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
213 if (mime) { in file_fsmagic()
214 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.3/ext/standard/tests/image/
H A Dgetimagesize.phpt39 ["mime"]=>
56 ["mime"]=>
73 ["mime"]=>
90 ["mime"]=>
107 ["mime"]=>
124 ["mime"]=>
139 ["mime"]=>
154 ["mime"]=>
167 ["mime"]=>
180 ["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 Dbug13213.phpt21 ["mime"]=>
H A Dgetimagesize_swc.phpt23 ["mime"]=>
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int
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
17 …rException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, …
H A Dfrontcontroller17.phpt2 Phar front controller mime type unknown
H A Dfrontcontroller14.phpt2 Phar front controller mime type override, other
H A Dfrontcontroller16.phpt2 Phar front controller mime type override, Phar::PHP
H A Dfrontcontroller26.phpt2 Phar front controller with unknown extension mime type
/PHP-5.3/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, …
H A Dfrontcontroller14.phar.phpt2 Phar front controller mime type override, other tar-based
H A Dfrontcontroller17.phar.phpt2 Phar front controller mime type unknown tar-based
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller12.phpt2 Phar front controller mime type unknown int [cache_list]
18 …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]
18 …rException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, …
/PHP-5.3/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.3/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.3/ext/fileinfo/tests/
H A Dmagic344 !:mime image/jp2
347 !:mime video/mp4
350 !:mime video/mp4
352 !:mime video/mp4
356 !:mime image/jp2
358 !:mime video/3gpp
363 !:mime video/mp4
365 !:mime video/3gpp
367 !:mime audio/mp4
369 !:mime video/mp4
[all …]

Completed in 68 milliseconds

123