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