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