Browse Source

added missing GLOB_BRACE support check

pull/1278/head
Christoph M. Becker 11 years ago
parent
commit
99d7852d18
  1. 3
      ext/standard/tests/file/glob_variation.phpt

3
ext/standard/tests/file/glob_variation.phpt

@ -5,6 +5,9 @@ Test glob() function: usage variations
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip.. Not valid for Windows');
}
if (!defined('GLOB_BRACE')) {
die('skip this test requires GLOB_BRACE support');
}
?>
--FILE--
<?php

Loading…
Cancel
Save