Skip to content

Commit b654aa4

Browse files
committed
added SKIPIF section to test to make sure that GLOB_BRACE is supported
1 parent e42aae1 commit b654aa4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/standard/tests/file/bug69628.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Bug #69628: GLOB_BRACE with multiple brackets within the braces fails
3+
--SKIPIF--
4+
<?php
5+
if (!defined('GLOB_BRACE')) {
6+
die('skip this test requires GLOB_BRACE support');
7+
}
8+
?>
39
--FILE--
410
<?php
511

0 commit comments

Comments
 (0)