xref: /PHP-8.1/ext/phar/tests/tar/bug67761.phpt (revision 39131219)
1--TEST--
2Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
3--EXTENSIONS--
4phar
5--FILE--
6<?php
7
8echo "Test\n";
9
10include __DIR__."/files/bug67761.tar/bug67761.phar";
11
12?>
13--EXPECT--
14Test
15Test
16