--TEST-- Phar: Phar::mount --SKIPIF-- --INI-- phar.readonly=0 --FILE-- getMessage() . "\n"; } try { Phar::mount("' . addslashes($pname) . '/testit1", "' . addslashes(__FILE__) . '"); } catch (Exception $e) { echo $e->getMessage() . "\n"; } ?>'; $a->setStub(' ===DONE=== --CLEAN-- --EXPECTF-- Mounting of testit to %sphar_mount.php within phar %stempmanifest1.phar.php failed Can only mount internal paths within a phar archive, use a relative path instead of "phar://%stempmanifest1.phar.php/testit1" ===DONE===