Home
last modified time | relevance | path

Searched refs:GLOB_FLAGMASK (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.3/ext/zip/
H A Dphp_zip.c484 #define GLOB_FLAGMASK (~GLOB_ONLYDIR) macro
486 #define GLOB_FLAGMASK (~0) macro
554 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in php_zip_glob()
/PHP-7.3/main/streams/
H A Dglob_wrapper.c33 #define GLOB_FLAGMASK (~GLOB_ONLYDIR) macro
35 #define GLOB_FLAGMASK (~0) macro
227 if (0 != (ret = glob(path, pglob->flags & GLOB_FLAGMASK, NULL, &pglob->glob))) { in php_glob_stream_opener()
/PHP-7.3/ext/standard/
H A Ddir.c191 # define GLOB_FLAGMASK (~GLOB_ONLYDIR) in PHP_MINIT_FUNCTION() macro
193 # define GLOB_FLAGMASK (~0) in PHP_MINIT_FUNCTION() macro
475 if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) { in PHP_FUNCTION()

Completed in 21 milliseconds