--TEST-- Phar: attempt to create a Phar with relative path --SKIPIF-- --INI-- phar.require_hash=0 phar.readonly=0 --FILE-- getStub())); $p->setStub(""); var_dump($p->getStub()); } catch (Exception $e) { echo $e->getMessage() . "\n"; } ?> ===DONE=== --CLEAN-- --EXPECT-- int(6683) string(200) " " ===DONE===