mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
- add windows version of this test
This commit is contained in:
parent
4a91e36366
commit
0c4915d580
@ -1,7 +1,10 @@
|
||||
--TEST--
|
||||
Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("phar")) die("skip");?>
|
||||
<?php
|
||||
if (defined('PHP_WINDOWS_VERSION_MAJOR')) die("skip");
|
||||
if (!extension_loaded("phar")) die("skip");
|
||||
?>
|
||||
--INI--
|
||||
phar.readonly=0
|
||||
--FILE--
|
||||
|
Loading…
Reference in New Issue
Block a user