--TEST-- Phar: phar:// include (repeated names) --SKIPIF-- --INI-- phar.require_hash=0 --FILE-- "; $files = array(); $files['a'] = ''; $files['b'] = ''; $files['b/b'] = ''; include 'files/phar_test.inc'; include $pname . '/a'; include $pname . '/b'; include $pname . '/b/b'; ?> ===DONE=== --CLEAN-- --EXPECT-- This is a This is b This is b/b ===DONE===