Skip to content

Commit

Permalink
Add GLOB_BRACE skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 6, 2020
1 parent 069bd49 commit 0dda242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zip/tests/oo_addglob2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
ZipArchive::addGlob() method with more compression and encryption
--SKIPIF--
<?php
/* $Id$ */
if(!extension_loaded('zip')) die('skip');
if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
if(!defined("GLOB_BRACE")) die ('skip requires GLOB_BRACE');
?>
--FILE--
<?php
Expand Down

0 comments on commit 0dda242

Please sign in to comment.