Browse Source

added SKIPIF section to test to make sure that GLOB_BRACE is supported

pull/1278/head
Christoph M. Becker 11 years ago
parent
commit
b654aa4606
  1. 6
      ext/standard/tests/file/bug69628.phpt

6
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

Loading…
Cancel
Save