xref: /PHP-8.1/ext/fileinfo/tests/bug77961.phpt (revision bd9f4fa6)
1--TEST--
2Bug #77961 (finfo_open crafted magic parsing SIGABRT)
3--EXTENSIONS--
4fileinfo
5--FILE--
6<?php
7finfo_open(FILEINFO_NONE, __DIR__ . '/bug77961.magic');
8?>
9--EXPECTF--
10Warning: finfo_open(): Expected numeric type got `indirect' in %s on line %d
11
12Fatal error: fatal libmagic error in %s on line %d
13