15 lines
307 B
PHP
15 lines
307 B
PHP
--TEST--
|
|
Bug #68398: msooxml matches too many archives
|
|
--SKIPIF--
|
|
<?php require_once(__DIR__ . '/skipif.inc'); ?>
|
|
--FILE--
|
|
<?php
|
|
|
|
$f = new finfo(FILEINFO_MIME);
|
|
var_dump($f->file(__DIR__ . DIRECTORY_SEPARATOR . '68398.zip'));
|
|
?>
|
|
+++DONE+++
|
|
--EXPECT--
|
|
string(31) "application/zip; charset=binary"
|
|
+++DONE+++
|