Home
last modified time | relevance | path

Searched refs:GLOB_BRACE (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/standard/tests/file/
H A Dbug69628.phpt2 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 Dglob_variation.phpt8 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 Dglob_variation-win32.phpt58 var_dump( glob("$file_path/glob_variation/*{5}", GLOB_BRACE) );
H A Dglob_variation-win32-mb.phpt59 var_dump( glob("$file_path/glob_variation私はガラスを食べられます/*{5}", GLOB_BRACE) );
/PHP-8.1/ext/zip/tests/
H A Doo_addglob.phpt11 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 Doo_addglob2.phpt8 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-8.1/win32/
H A Dglob.h82 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
H A Dglob.c207 if (flags & GLOB_BRACE)
/PHP-8.1/ext/standard/
H A Ddir.c140 #ifdef GLOB_BRACE in PHP_MINIT_FUNCTION()
141 REGISTER_LONG_CONSTANT("GLOB_BRACE", GLOB_BRACE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
143 # define GLOB_BRACE 0 in PHP_MINIT_FUNCTION() macro
185 #define GLOB_AVAILABLE_FLAGS (0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCA… in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/zip/
H A Dphp_zip.c580 #ifndef GLOB_BRACE
581 # define GLOB_BRACE 0 macro
600 #define GLOB_AVAILABLE_FLAGS (0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCA…

Completed in 28 milliseconds