--TEST-- Phar: tar with link to absolute path --SKIPIF-- --FILE-- getMessage() . "\n"; } echo $p['file.txt']->getContent(); echo $p['my/file']->getContent(); ?> ===DONE=== --EXPECT-- my file my file ===DONE===