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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user