Package | Description |
---|---|
com.caucho.quercus.lib | |
com.caucho.quercus.lib.regexp | |
com.caucho.quercus.lib.string |
Modifier and Type | Method and Description |
---|---|
static ArrayValue |
ArrayModule.compact(Env env,
Value[] variables)
Creates an array of corresponding values to variables in the symbol name.
|
Value |
MiscModule.eval(Env env,
StringValue code)
Comples and evaluates an expression.
|
static Value |
ArrayModule.extract(Env env,
ArrayValue array)
Inputs new variables into the symbol table from the passed array
|
static Value |
ArrayModule.extract(Env env,
ArrayValue array,
long rawType,
Value valuePrefix)
Inputs new variables into the symbol table from the passed array
|
static Value |
VariableModule.get_defined_vars(Env env)
Returns the defined variables in the current scope.
|
static Value |
OptionsModule.q_assert(Env env,
Value value,
Value message)
Checks the assertion
|
Modifier and Type | Method and Description |
---|---|
static Value |
RegexpModule.preg_replace(Env env,
Regexp[] regexpList,
Value replacement,
Value subject,
long limit,
Value count)
Loops through subject if subject is array of strings
XXX: need to be able to take in Regexp[] for compiled code
|
Modifier and Type | Method and Description |
---|---|
static Value |
StringModule.parse_str(Env env,
StringValue str,
Value ref)
Parses the string as a query string.
|