]> granicus.if.org Git - php/commitdiff
added SKIPIF section to test to make sure that GLOB_BRACE is supported
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 20 May 2015 16:39:07 +0000 (18:39 +0200)
committerAnatol Belski <ab@php.net>
Thu, 21 May 2015 07:44:17 +0000 (09:44 +0200)
ext/standard/tests/file/bug69628.phpt

index e791122137fb1bb5bc5a3eae01d9d0ec971ef5fd..7e18619a3ef7b734d2eed2024ee829ea26fbe99d 100644 (file)
@@ -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