-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/phar/tests/
File Upload :
Current File : //usr/src/php/ext/phar/tests/003.phpt

--TEST--
Phar::canCompress
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--FILE--
<?php
/* check this works and actually returns the boolean value */
var_dump(Phar::canCompress() == (
	extension_loaded("zlib") || extension_loaded("bz2")
	));
?>
--EXPECT--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee