ru_php/ext/phar/tests/tar/bug67761.phpt

16 lines
214 B
PHP

--TEST--
Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
--EXTENSIONS--
phar
--FILE--
<?php
echo "Test\n";
include __DIR__."/files/bug67761.tar/bug67761.phar";
?>
--EXPECT--
Test
Test