xref: /PHP-7.2/ext/fileinfo/tests/bug68398.phpt (revision f1d7e3ca)
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--EXPECTF--
13string(31) "application/zip; charset=binary"
14+++DONE+++
15