Home
last modified time | relevance | path

Searched refs:GLOB_ONLYDIR (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/standard/
H A Dphp_dir_int.h54 #ifndef GLOB_ONLYDIR
55 #define GLOB_ONLYDIR (1<<30) macro
57 #define GLOB_FLAGMASK (~GLOB_ONLYDIR)
63 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR)
H A Ddir_arginfo.h45 #if defined(HAVE_GLOB) && defined(GLOB_ONLYDIR) in register_dir_symbols()
46 REGISTER_LONG_CONSTANT("GLOB_ONLYDIR", GLOB_ONLYDIR, CONST_PERSISTENT); in register_dir_symbols()
H A Ddir.stub.php64 const GLOB_ONLYDIR = UNKNOWN; define
H A Ddir.c439 if (flags & GLOB_ONLYDIR) { in PHP_FUNCTION()
/php-src/ext/standard/tests/file/
H A Dbug24482.phpt2 Bug #24482 (GLOB_ONLYDIR not working)
16 $globdirs = glob("*", GLOB_ONLYDIR);
H A Dglob_variation.phpt79 var_dump( glob($pattern, GLOB_ONLYDIR) );
H A Dglob_variation-win32-mb.phpt77 var_dump( glob($pattern, GLOB_ONLYDIR) );
H A Dglob_variation-win32.phpt76 var_dump( glob($pattern, GLOB_ONLYDIR) );
/php-src/main/streams/
H A Dglob_wrapper.c29 #ifndef GLOB_ONLYDIR
30 #define GLOB_ONLYDIR (1<<30) macro
31 #define GLOB_FLAGMASK (~GLOB_ONLYDIR)
/php-src/ext/zip/
H A Dphp_zip.c584 #ifndef GLOB_ONLYDIR
585 #define GLOB_ONLYDIR (1<<30) macro
587 #define GLOB_FLAGMASK (~GLOB_ONLYDIR)
611 …(0 | GLOB_BRACE | GLOB_MARK | GLOB_NOSORT | GLOB_NOCHECK | GLOB_NOESCAPE | GLOB_ERR | GLOB_ONLYDIR)
698 if (flags & GLOB_ONLYDIR) { in php_zip_glob()
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar574 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
856 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);

Completed in 20 milliseconds