xref: /PHP-7.4/ext/phar/tests/tar/bug67761.phpt (revision 782352c5)
1--TEST--
2Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
3--SKIPIF--
4<?php extension_loaded("phar") or die("SKIP need ext/phar suppport"); ?>
5--FILE--
6<?php
7
8echo "Test\n";
9
10include __DIR__."/files/bug67761.tar/bug67761.phar";
11
12?>
13
14===DONE===
15--EXPECT--
16Test
17#!/usr/bin/env php
18Test
19===DONE===
20