--TEST-- Phar: tar with relative link to subdirectory file from subdirectory file --SKIPIF-- --INI-- phar.require_hash=0 --FILE-- getMessage() . "\n"; } echo $p['hi/test.txt']->getContent(); echo $p['hi/link.txt']->getContent(); ?> ===DONE=== --EXPECT-- hi hi ===DONE===