1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

- add skipif

This commit is contained in:
Pierre Joye
2011-09-06 06:52:26 +00:00
parent bd0a02b72b
commit b6fe362f12

View File

@@ -1,5 +1,7 @@
--TEST--
bug#53872 (internal corruption of phar)
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
--INI--
phar.readonly=0
--FILE--