xref: /PHP-8.1/ext/fileinfo/tests/bug68398.phpt (revision bd9f4fa6)
1--TEST--
2Bug #68398: msooxml matches too many archives
3--EXTENSIONS--
4fileinfo
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