Home
last modified time | relevance | path

Searched refs:mime_content_type (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt2 mime_content_type(): Testing wrong parameters
8 mime_content_type(1);
9 mime_content_type(NULL);
10 mime_content_type(new stdclass);
11 mime_content_type(array());
12 mime_content_type('foo/inexistent');
13 mime_content_type('');
14 mime_content_type("\0");
18 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
28 Warning: mime_content_type(): Empty filename or path in %s on line %d
[all …]
H A Dmime_content_type_002.phpt2 mime_content_type(): Testing parameter
8 var_dump(mime_content_type(__FILE__));
9 var_dump(mime_content_type(fopen(__FILE__, 'r')));
10 var_dump(mime_content_type('.'));
11 var_dump(mime_content_type('./..'));
/PHP-5.5/ext/fileinfo/
H A Dphp_fileinfo.h46 PHP_FUNCTION(mime_content_type);
H A Dfileinfo.c210 PHP_FE(mime_content_type, arginfo_mime_content_type)
597 PHP_FUNCTION(mime_content_type) argument
/PHP-5.5/
H A DNEWS5480 - Fixed BC break in mime_content_type(), removes the content encoding. (Scott)
9455 - Fixed bug #33829 (mime_content_type() returns text/plain for gzip and bzip

Completed in 31 milliseconds