summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests/bug68398.phpt
blob: 09f79cc1fafe8ebc29842858487f7f3f947a7eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #68398: msooxml matches too many archives
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
--FILE--
<?php

$f = new finfo(FILEINFO_MIME);
var_dump($f->file(dirname(__FILE__) . DIRECTORY_SEPARATOR . '68398.zip'));
?>
+++DONE+++
--EXPECTF--
string(31) "application/zip; charset=binary"
+++DONE+++