Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.lib.regexp |
Modifier and Type | Method and Description |
---|---|
RegexpState |
Env.allocateRegexpState()
Allocate the free regexp
|
Modifier and Type | Method and Description |
---|---|
void |
Env.freeRegexpState(RegexpState state)
Free the free regexp
|
Modifier and Type | Method and Description |
---|---|
static RegexpState |
RegexpState.create(Env env,
Regexp regexp) |
static RegexpState |
RegexpState.create(Env env,
Regexp regexp,
StringValue subject) |
Modifier and Type | Method and Description |
---|---|
static void |
RegexpState.free(Env env,
RegexpState state) |
static LongValue |
RegexpModule.pregMatchAllPatternOrder(Env env,
RegexpState regexpState,
StringValue subject,
ArrayValue matches,
int flags,
int offset)
Returns the index of the first match.
|