Skip to content

Commit 0dda242

Browse files
committed
Add GLOB_BRACE skipif
1 parent 069bd49 commit 0dda242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/oo_addglob2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
ZipArchive::addGlob() method with more compression and encryption
33
--SKIPIF--
44
<?php
5-
/* $Id$ */
65
if(!extension_loaded('zip')) die('skip');
76
if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
7+
if(!defined("GLOB_BRACE")) die ('skip requires GLOB_BRACE');
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)