mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Add GLOB_BRACE skipif
This commit is contained in:
parent
069bd49b02
commit
0dda242bde
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
||||||
ZipArchive::addGlob() method with more compression and encryption
|
ZipArchive::addGlob() method with more compression and encryption
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
|
||||||
if(!extension_loaded('zip')) die('skip');
|
if(!extension_loaded('zip')) die('skip');
|
||||||
if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
|
if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
|
||||||
|
if(!defined("GLOB_BRACE")) die ('skip requires GLOB_BRACE');
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue