Searched refs:mime_content_type (Results 1 – 4 of 4) sorted by relevance
2 mime_content_type(): Testing wrong parameters8 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 %d28 Warning: mime_content_type(): Empty filename or path in %s on line %d[all …]
2 mime_content_type(): Testing parameter8 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('./..'));
46 PHP_FUNCTION(mime_content_type);
205 PHP_FE(mime_content_type, arginfo_mime_content_type)614 PHP_FUNCTION(mime_content_type) in PHP_FUNCTION() argument
Completed in 9 milliseconds