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