summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2015-05-20 18:39:07 +0200
committerAnatol Belski <ab@php.net>2015-05-21 09:44:17 +0200
commit6895ae4553d1010cfe8effce2a350fbff7231764 (patch)
treea671acfac3023ae42a224d8b542da3f65c44fc7a
parent8c6e8e787023e0a5fb43a9fad98e454a222fb3d5 (diff)
downloadphp-git-6895ae4553d1010cfe8effce2a350fbff7231764.tar.gz
added SKIPIF section to test to make sure that GLOB_BRACE is supported
-rw-r--r--ext/standard/tests/file/bug69628.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/standard/tests/file/bug69628.phpt b/ext/standard/tests/file/bug69628.phpt
index e791122137..7e18619a3e 100644
--- a/ext/standard/tests/file/bug69628.phpt
+++ b/ext/standard/tests/file/bug69628.phpt
@@ -1,5 +1,11 @@
--TEST--
Bug #69628: GLOB_BRACE with multiple brackets within the braces fails
+--SKIPIF--
+<?php
+if (!defined('GLOB_BRACE')) {
+ die('skip this test requires GLOB_BRACE support');
+}
+?>
--FILE--
<?php