46# include <sys/cdefs.h>
66 struct dirent *(*gl_readdir)(
void *);
67 void *(*gl_opendir)(
const char *);
73#define GLOB_APPEND 0x0001
74#define GLOB_DOOFFS 0x0002
75#define GLOB_ERR 0x0004
76#define GLOB_MARK 0x0008
77#define GLOB_NOCHECK 0x0010
78#define GLOB_NOSORT 0x0020
81#define GLOB_ALTDIRFUNC 0x0040
82#define GLOB_BRACE 0x0080
83#define GLOB_MAGCHAR 0x0100
84#define GLOB_NOMAGIC 0x0200
85#define GLOB_QUOTE 0x0400
86#define GLOB_TILDE 0x0800
87#define GLOB_NOESCAPE 0x1000
88#define GLOB_LIMIT 0x2000
92#define GLOB_NOSPACE (-1)
93#define GLOB_ABORTED (-2)
94#define GLOB_NOMATCH (-3)
95#define GLOB_NOSYS (-4)
96#define GLOB_ABEND GLOB_ABORTED
glob(string $pattern, int $flags=0)
PHPAPI void globfree(glob_t *pglob)
int(* gl_errfunc)(const char *, int)
int(* gl_lstat)(const char *, zend_stat_t *)
void(* gl_closedir)(void *)
int(* gl_stat)(const char *, zend_stat_t *)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)