We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069bd49 commit 0dda242Copy full SHA for 0dda242
ext/zip/tests/oo_addglob2.phpt
@@ -2,9 +2,9 @@
2
ZipArchive::addGlob() method with more compression and encryption
3
--SKIPIF--
4
<?php
5
-/* $Id$ */
6
if(!extension_loaded('zip')) die('skip');
7
if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
+if(!defined("GLOB_BRACE")) die ('skip requires GLOB_BRACE');
8
?>
9
--FILE--
10
0 commit comments