Searched refs:GLOB_BRACE (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/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-7.2/ext/zip/tests/ |
H A D | oo_addglob.phpt | 11 if(!defined("GLOB_BRACE")) die ('skip'); 28 if (!$zip->addGlob($dirname . '*.{txt,baz}', GLOB_BRACE, $options)) {
|
/PHP-7.2/win32/ |
H A D | glob.h | 83 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
|
H A D | glob.c | 209 if (flags & GLOB_BRACE)
|
/PHP-7.2/ext/standard/ |
H A D | dir.c | 154 #ifdef GLOB_BRACE in PHP_MINIT_FUNCTION() 155 REGISTER_LONG_CONSTANT("GLOB_BRACE", GLOB_BRACE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION() 157 # define GLOB_BRACE 0 in PHP_MINIT_FUNCTION() macro 199 #define GLOB_AVAILABLE_FLAGS (0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCA… in PHP_MINIT_FUNCTION()
|
/PHP-7.2/ext/zip/ |
H A D | php_zip.c | 488 #ifndef GLOB_BRACE 489 # define GLOB_BRACE 0 macro 508 #define GLOB_AVAILABLE_FLAGS (0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCA…
|
Completed in 27 milliseconds