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