--CLEAN--
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar'); ?>
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.tar'); ?>
---EXPECT--
+--EXPECTF--
Warning: PharFileInfo::isCompressed() expects parameter 1 to be long, array given in %spharfileinfo_compression.php on line 11
Unknown compression type specified
Unknown compression type specified
===DONE===
--CLEAN--
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar'); ?>
---EXPECT--
+--EXPECTF--
Phar entry is a directory, does not have a CRC
Phar entry was not CRC checked
-int(3904355907)
+int(%s)
===DONE===
\ No newline at end of file