#include <sys/cdefs.h>
#include "Zend/zend_stream.h"
Go to the source code of this file.
◆ GLOB_ABEND
◆ GLOB_ABORTED
#define GLOB_ABORTED (-2) /* Unignored error. */ |
◆ GLOB_ALTDIRFUNC
#define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ |
◆ GLOB_APPEND
#define GLOB_APPEND 0x0001 /* Append to output from previous call. */ |
◆ GLOB_BRACE
#define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ |
◆ GLOB_DOOFFS
#define GLOB_DOOFFS 0x0002 /* Use gl_offs. */ |
◆ GLOB_ERR
#define GLOB_ERR 0x0004 /* Return on error. */ |
◆ GLOB_LIMIT
#define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ |
◆ GLOB_MAGCHAR
#define GLOB_MAGCHAR 0x0100 /* Pattern had globbing characters. */ |
◆ GLOB_MARK
#define GLOB_MARK 0x0008 /* Append / to matching directories. */ |
◆ GLOB_NOCHECK
#define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */ |
◆ GLOB_NOESCAPE
#define GLOB_NOESCAPE 0x1000 /* Disable backslash escaping. */ |
◆ GLOB_NOMAGIC
◆ GLOB_NOMATCH
◆ GLOB_NOSORT
#define GLOB_NOSORT 0x0020 /* Don't sort. */ |
◆ GLOB_NOSPACE
#define GLOB_NOSPACE (-1) /* Malloc call failed. */ |
◆ GLOB_NOSYS
#define GLOB_NOSYS (-4) /* Function not supported. */ |
◆ GLOB_QUOTE
#define GLOB_QUOTE 0x0400 /* Quote special chars with \. */ |
◆ GLOB_TILDE
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ |
◆ glob()
PHPAPI int glob |
( |
const char * | pattern, |
|
|
int | flags, |
|
|
int(* | errfunc )(const char *, int), |
|
|
glob_t * | pglob ) |
◆ globfree()