--TEST-- Phar: PHP bug #47085: "rename() returns true even if the file in PHAR does not exist" --SKIPIF-- --INI-- phar.require_hash=0 phar.readonly=0 --FILE-- --CLEAN-- --EXPECTF-- Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted phar archive, source does not exist in %sbug47085.php on line %d bool(false)