--TEST-- Phar: phar:// file_get_contents --SKIPIF-- --INI-- phar.require_hash=0 --FILE-- "; $files = array(); $files['a.php'] = ''; $files['b.php'] = ''; $files['b/c.php'] = ''; include 'files/phar_test.inc'; var_dump(file_get_contents($pname . '/a.php')); var_dump(file_get_contents($pname . '/b.php')); var_dump(file_get_contents($pname . '/b/c.php')); ?> ===DONE=== --CLEAN-- --EXPECT-- string(28) "" string(28) "" string(30) "" ===DONE===