Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.function | |
com.caucho.quercus.lib | |
com.caucho.quercus.lib.spl | |
com.caucho.quercus.module | |
com.caucho.quercus.program |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaMethod
Represents the introspected static function information.
|
class |
BigDecimalValue
Represents a Quercus java BigInteger value.
|
class |
BigIntegerValue
Represents a Quercus java BigInteger value.
|
class |
CallbackClassMethod
Represents a call to an object's method
|
class |
CallbackError
Represents a call to an object's method
|
class |
CallbackFunction
Represents a call to a function.
|
class |
CallbackObjectMethod
Represents a call to an object's method
|
class |
Closure
Represents a closure function.
|
class |
CopyObjectExtValue
Represents a copy of an object value for serialization/apc
|
class |
InterpretedClosure
Represents a closure
|
class |
JavaCalendarValue
Represents a Quercus java Calendar value.
|
class |
JavaConstructor
Represents the introspected static function information.
|
class |
JavaDateValue
Represents a Quercus java Date value.
|
class |
JavaInvoker
Represents the introspected static function information.
|
class |
JavaMapValue
Represents a Quercus java value.
|
class |
JavaMethod
Represents a function created from a java method.
|
class |
JavaOverloadMethod
Represents the introspected static function information.
|
class |
JavaResourceValue
Represents a Quercus java value representing a PHP resource value.
|
class |
JavaURLValue
Represents a Quercus java URL value.
|
class |
JavaValue
Represents a Quercus java value.
|
class |
ObjectExtJavaValue
Represents a PHP object which extends a Java value.
|
class |
ObjectExtValue
Represents a PHP object value.
|
class |
ObjectValue
Represents a Quercus object value.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputBuffer.setCallback(Callback callback)
Sets the callback for this output buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunction
Represents a function
|
class |
CompiledAbstractFunction |
class |
CompiledClosure
Represents a compiled closure.
|
static class |
CompiledClosure.CompiledClosure_0 |
static class |
CompiledClosure.CompiledClosure_1 |
static class |
CompiledClosure.CompiledClosure_2 |
static class |
CompiledClosure.CompiledClosure_3 |
static class |
CompiledClosure.CompiledClosure_4 |
static class |
CompiledClosure.CompiledClosure_5 |
static class |
CompiledClosure.CompiledClosure_N |
class |
CompiledFunction
Represents a compiled function
|
class |
CompiledFunction_0
Represents a compiled function with 0 args
|
class |
CompiledFunction_1
Represents a compiled function with 1 arg
|
class |
CompiledFunction_2
Represents a compiled function with 2 args
|
class |
CompiledFunction_3
Represents a compiled function with 3 args
|
class |
CompiledFunction_4
Represents a compiled function with 4 args
|
class |
CompiledFunction_5
Represents a compiled function with 5 args
|
class |
CompiledFunction_N
Represents a compiled function with N args
|
class |
CompiledFunctionRef
Represents a compiled function with 1 arg
|
class |
CompiledFunctionRef_0
Represents a compiled function with 0 args
|
class |
CompiledFunctionRef_1
Represents a compiled function with 1 arg
|
class |
CompiledFunctionRef_2
Represents a compiled function with 2 args
|
class |
CompiledFunctionRef_3
Represents a compiled function with 3 args
|
class |
CompiledFunctionRef_4
Represents a compiled function with 4 args
|
class |
CompiledFunctionRef_5
Represents a compiled function with 5 args
|
class |
CompiledFunctionRef_N
Represents a compiled function with N args
|
class |
CompiledMethod
Represents a compiled method with 0 args
|
class |
CompiledMethod_0
Represents a compiled method with 0 args
|
class |
CompiledMethod_1
Represents a compiled method with 1 arg
|
class |
CompiledMethod_2
Represents a compiled method with 2 args
|
class |
CompiledMethod_3
Represents a compiled method with 3 args
|
class |
CompiledMethod_4
Represents a compiled method with 4 args
|
class |
CompiledMethod_5
Represents a compiled method with 5 args
|
class |
CompiledMethod_N
Represents a compiled method with N args
|
class |
CompiledMethodRef
Represents a compiled function with 1 arg
|
class |
CompiledMethodRef_0
Represents a compiled method with 0 args
|
class |
CompiledMethodRef_1
Represents a compiled method with 1 arg
|
class |
CompiledMethodRef_2
Represents a compiled method with 2 args
|
class |
CompiledMethodRef_3
Represents a compiled method with 3 args
|
class |
CompiledMethodRef_4
Represents a compiled method with 4 args
|
class |
CompiledMethodRef_5
Represents a compiled method with 5 args
|
class |
CompiledMethodRef_N
Represents a compiled method with N args
|
class |
FunSpecialCall
Represents a function
|
class |
LazyFunction
Lazily load a compiled function.
|
class |
LazyMethod
Lazily load a compiled method.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlRewriterCallback
Implements the built-in URL rewriter for passing session ids and other
variables.
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayIterator.uasort(Callback func,
long sortFlag) |
void |
ArrayIterator.uksort(Callback func,
long sortFlag) |
Modifier and Type | Class and Description |
---|---|
class |
StaticFunction
Represents the introspected static function information.
|
Modifier and Type | Class and Description |
---|---|
class |
Function
Represents sequence of statements.
|
class |
MethodDeclaration
Declaration for an abstract function or interface.
|
class |
ObjectMethod
Represents sequence of statements.
|
class |
UndefinedFunction
Represents an undefined
|
class |
UnsetFunction
Represents an unset function
|