1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

- Fix test

This commit is contained in:
Marcus Boerger
2006-01-11 21:34:48 +00:00
parent b4e19230f9
commit cd24188fad
+2 -1
View File
@@ -4,7 +4,8 @@ Phar::mapPhar zlib is loaded
<?php if (!extension_loaded("phar")) print "skip zlib is present"; ?>
--FILE--
<?php
/* check this works and actually returns a boolean value */
var_dump(Phar::canCompress());
?>
--EXPECTF--
bool(true)
bool(%s)