#include "php.h"
#include <sys/stat.h>
#include <ctype.h>
#include <sys/param.h>
#include <dirent.h>
#include <pwd.h>
#include <unistd.h>
#include <errno.h>
#include "glob.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ CHAR
Value:
Definition at line 129 of file glob.c.
◆ COMMA
◆ DOLLAR
◆ DOT
◆ EOS
◆ ismeta
Value:
Definition at line 137 of file glob.c.
◆ LBRACE
◆ LBRACKET
◆ M_ALL
◆ M_ASCII
◆ M_END
◆ M_MASK
◆ M_NOT
◆ M_ONE
◆ M_PROTECT
◆ M_QUOTE
◆ M_RNG
◆ M_SET
◆ META
Value:
Definition at line 130 of file glob.c.
◆ NOT
◆ QUESTION
◆ QUOTE
◆ RANGE
◆ RBRACE
◆ RBRACKET
◆ SEP
◆ SLASH
◆ STAR
◆ TILDE
◆ UNDERSCORE
◆ Char
◆ glob()
PHPAPI int glob |
( |
const char * | pattern, |
|
|
int | flags, |
|
|
int(* | errfunc )(const char *, int), |
|
|
glob_t * | pglob ) |
◆ globfree()