|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsesSymbolTable | |
---|---|
com.caucho.quercus.lib | |
com.caucho.quercus.lib.regexp | |
com.caucho.quercus.lib.string |
Uses of UsesSymbolTable in com.caucho.quercus.lib |
---|
Methods in com.caucho.quercus.lib with annotations of type UsesSymbolTable | |
---|---|
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,
StringValue code)
Checks the assertion |
Uses of UsesSymbolTable in com.caucho.quercus.lib.regexp |
---|
Methods in com.caucho.quercus.lib.regexp with annotations of type UsesSymbolTable | |
---|---|
static Value |
RegexpModule.preg_replace(Env env,
Regexp regexp,
Value replacement,
Value subject,
long limit,
Value count)
Loops through subject if subject is array of strings |
static Value |
RegexpModule.preg_replace(Env env,
Value pattern,
Value replacement,
Value subject,
long limit,
Value count)
Loops through subject if subject is array of strings |
Uses of UsesSymbolTable in com.caucho.quercus.lib.string |
---|
Methods in com.caucho.quercus.lib.string with annotations of type UsesSymbolTable | |
---|---|
static Value |
StringModule.parse_str(Env env,
StringValue str,
Value ref)
Parses the string as a query string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |