Searched refs:GLOB_BRACE (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/standard/ |
H A D | php_dir_int.h | 30 #ifndef GLOB_BRACE 31 #define GLOB_BRACE 0 macro 63 #define GLOB_AVAILABLE_FLAGS (0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCA…
|
H A D | dir_arginfo.h | 27 #if defined(HAVE_GLOB) && (defined(GLOB_BRACE) && GLOB_BRACE != 0) in register_dir_symbols() 28 REGISTER_LONG_CONSTANT("GLOB_BRACE", GLOB_BRACE, CONST_PERSISTENT); in register_dir_symbols()
|
H A D | dir.stub.php | 22 const GLOB_BRACE = UNKNOWN; define
|
/php-src/ext/standard/tests/file/ |
H A D | bug69628.phpt | 2 Bug #69628: GLOB_BRACE with multiple brackets within the braces fails 5 if (!defined('GLOB_BRACE')) { 6 die('skip this test requires GLOB_BRACE support'); 25 sort_var_dump(glob("$dirname/*.{[jJ][pP][gG],[gG][iI][fF]}", GLOB_BRACE));
|
H A D | glob_variation.phpt | 8 if (!defined('GLOB_BRACE')) { 9 die('skip this test requires GLOB_BRACE support'); 61 var_dump( glob("$file_path/glob_variation/*{5}", GLOB_BRACE) );
|
H A D | glob_variation-win32-mb.phpt | 59 var_dump( glob("$file_path/glob_variation私はガラスを食べられます/*{5}", GLOB_BRACE) );
|
H A D | glob_variation-win32.phpt | 58 var_dump( glob("$file_path/glob_variation/*{5}", GLOB_BRACE) );
|
/php-src/ext/zip/tests/ |
H A D | oo_addglob.phpt | 11 if(!defined("GLOB_BRACE")) die ('skip'); 29 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) { 32 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) { 36 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) { 40 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
|
H A D | oo_addglob2.phpt | 8 if(!defined("GLOB_BRACE")) die ('skip requires GLOB_BRACE'); 29 if (!$zip->addGlob($dirname . 'foo.*', GLOB_BRACE, $options)) { 40 if (!$zip->addGlob($dirname . 'bar.*', GLOB_BRACE, $options)) {
|
/php-src/win32/ |
H A D | glob.h | 82 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
|
H A D | glob.c | 203 if (flags & GLOB_BRACE) in glob()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 591 #ifndef GLOB_BRACE 592 # define GLOB_BRACE 0 macro 611 #define GLOB_AVAILABLE_FLAGS (0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCA…
|
Completed in 40 milliseconds