xref: /PHP-7.3/ext/fileinfo/tests/bug68398.phpt (revision b746e698)
1--TEST--
2Bug #68398: msooxml matches too many archives
3--SKIPIF--
4<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
5--FILE--
6<?php
7
8$f = new finfo(FILEINFO_MIME);
9var_dump($f->file(dirname(__FILE__) . DIRECTORY_SEPARATOR . '68398.zip'));
10?>
11+++DONE+++
12--EXPECT--
13string(31) "application/zip; charset=binary"
14+++DONE+++
15